space_empire/project.godot
Tirith 8c07dc7dd1 001-0007
Poprawki w skalowaniu
2025-10-22 17:42:46 +02:00

27 lines
570 B
Plaintext

; 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="Space Empire"
run/main_scene="uid://sxae8i12io4y"
config/features=PackedStringArray("4.5", "Forward Plus")
config/icon="res://icon.svg"
[autoload]
Manager="*res://Manager.gd"
MusicManager="*res://music_manager.gd"
[display]
window/size/mode=3
window/stretch/mode="canvas_items"