Files
godot-demo-projects/misc/pause/project.godot
2023-03-29 18:59:57 +02:00

30 lines
756 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.webp"
[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
renderer/rendering_method="mobile"