AltParty2024/project.godot

27 lines
600 B
Text
Raw Normal View History

2024-09-14 16:04:48 +03:00
; 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"
2024-09-14 16:52:12 +03:00
run/main_scene="res://entities/manager.tscn"
2024-09-14 16:22:08 +03:00
config/features=PackedStringArray("4.3", "Forward Plus")
2024-09-14 16:04:48 +03:00
config/icon="res://icon.svg"
2024-09-14 16:52:12 +03:00
[debug]
gdscript/warnings/unassigned_variable=2
gdscript/warnings/untyped_declaration=2
2024-10-08 15:50:32 +03:00
[display]
window/size/viewport_width=1920
window/size/viewport_height=1080