AltParty2024/project.godot

22 lines
523 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