neowarsaw/project.godot

31 lines
674 B
Text
Raw Normal View History

2026-01-04 08:43:50 +01: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="neowarsaw"
run/main_scene="uid://dt41bt5fi3t47"
config/features=PackedStringArray("4.5", "Forward Plus")
[autoload]
2026-01-26 11:39:17 +01:00
Global="*res://assets/scripts/global.gd"
Player="*res://assets/scripts/player.gd"
2026-01-04 08:43:50 +01:00
[display]
window/size/viewport_width=800
window/size/viewport_height=600
window/size/resizable=false
[editor_plugins]
enabled=PackedStringArray("res://addons/script-ide/plugin.cfg")