Files
godot-demo-projects/misc/pause/project.godot
2023-01-05 16:50:17 +01:00

30 lines
748 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/features=PackedStringArray("4.0")
config/icon="res://icon.png"
[display]
window/stretch/mode="viewport"
window/stretch/aspect="expand"
[rendering]
environment/defaults/default_clear_color=Color(0.133333, 0.133333, 0.133333, 1)
anti_aliasing/quality/msaa_3d=2
anti_aliasing/quality/use_debanding=true
vulkan/rendering/back_end=1