neowarsaw/project.godot
2026-01-04 08:43:50 +01:00

34 lines
717 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="neowarsaw"
run/main_scene="uid://dt41bt5fi3t47"
config/features=PackedStringArray("4.5", "Forward Plus")
[autoload]
Global="*res://scenes/global.gd"
[display]
window/size/viewport_width=800
window/size/viewport_height=600
window/size/resizable=false
[editor]
version_control/plugin_name="GitPlugin"
version_control/autoload_on_startup=true
[editor_plugins]
enabled=PackedStringArray("res://addons/script-ide/plugin.cfg")