space_empire/project.godot
Tomasz Boruc 74b0b412bd 001-00009
Skalowanie
Czcionka w galaxy
Dodanie pliku z Settings
Losowanie gwiazd nie ma kolizji
2025-10-22 22:00:13 +02:00

29 lines
639 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"
Settings="*res://scripts/settings.gd"
[display]
window/size/mode=2
window/stretch/mode="canvas_items"
window/stretch/aspect="ignore"