Files
tekton/launcher/project.godot
T
2025-12-10 02:35:17 +08:00

28 lines
616 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="Tekton Launcher"
run/main_scene="res://scenes/launcher.tscn"
config/features=PackedStringArray("4.4", "Forward Plus")
config/icon="res://icon.svg"
[autoload]
Config="*res://scripts/config.gd"
[display]
window/size/viewport_width=900
window/size/viewport_height=600
window/size/resizable=false
window/stretch/mode="viewport"