AltParty2024/project.godot
2024-10-10 18:43:23 +03:00

33 lines
722 B
Text

; 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="AltParty2024"
run/main_scene="res://entities/manager.tscn"
config/features=PackedStringArray("4.3", "Forward Plus")
config/icon="res://icon.svg"
[autoload]
GlobalConfig="*res://entities/config.tscn"
[debug]
gdscript/warnings/unassigned_variable=2
gdscript/warnings/untyped_declaration=2
[display]
window/size/viewport_width=2560
window/size/viewport_height=1440
window/stretch/mode="canvas_items"
window/stretch/aspect="ignore"