AltParty2024/project.godot

33 lines
722 B
Text
Raw Permalink 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
2024-10-10 15:25:07 +03:00
[autoload]
GlobalConfig="*res://entities/config.tscn"
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]
2024-10-10 22:04:47 +03:00
window/size/viewport_width=1920
window/size/viewport_height=1080
2024-10-10 18:43:23 +03:00
window/stretch/mode="canvas_items"
window/stretch/aspect="ignore"