38 lines
883 B
Plaintext
38 lines
883 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="Stasis Warden"
|
|
config/description="A sci-fi survival game about managing a malfunctioning stasis array."
|
|
config/version="0.0.1"
|
|
run/main_scene="res://scenes/ui/CanaryScreen.tscn"
|
|
config/features=PackedStringArray("4.4")
|
|
config/icon="res://icon.svg"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=1280
|
|
window/size/viewport_height=720
|
|
window/stretch/mode="canvas_items"
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PackedStringArray("res://addons/gut/plugin.cfg")
|
|
|
|
[gui]
|
|
|
|
theme/custom_font="uid://cfjmcqn56xcu3"
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
renderer/rendering_method.mobile="gl_compatibility"
|