Files
godot-demo-projects/misc/pause/project.godot
2022-04-03 04:41:45 -05:00

36 lines
841 B
Plaintext

; Engine configuration file.
; It's best edited using the editor UI and not directly,
; since the parameters that go here are not all obvious.
;
; Format:
; [section] ; section goes between []
; param=value ; assign values to parameters
config_version=5
[application]
config/name="Pause"
config/description="A demo showing how a game made in Godot can be paused."
run/main_scene="res://spinpause.tscn"
config/icon="res://icon.png"
config/features=PackedStringArray("4.0")
[display]
window/stretch/mode="viewport"
window/stretch/aspect="expand"
[gdnative]
singletons=[]
[rendering]
vulkan/rendering/back_end=1
environment/defaults/default_clear_color=Color(0.133333, 0.133333, 0.133333, 1)
quality/intended_usage/framebuffer_allocation=3
vram_compression/import_etc=true
vram_compression/import_etc2=false
quality/filters/msaa=2