This repository has been archived on 2026-03-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
StasisWarden-Legacy/project.godot
2025-08-24 16:18:07 -04:00

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"