30 lines
674 B
Text
30 lines
674 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://assets/scripts/global.gd"
|
|
Player="*res://assets/scripts/player.gd"
|
|
|
|
[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")
|