39 lines
861 B
Plaintext
39 lines
861 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="GMTK 2025 Loop"
|
|
run/main_scene="uid://by78isronsqtp"
|
|
config/features=PackedStringArray("4.4", "GL Compatibility")
|
|
config/icon="res://icon.svg"
|
|
|
|
[autoload]
|
|
|
|
SceneManager="*res://scripts/SceneManager.gd"
|
|
Globals="*res://scripts/Globals.gd"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=960
|
|
window/size/viewport_height=540
|
|
window/stretch/mode="viewport"
|
|
|
|
[global_group]
|
|
|
|
collectable=""
|
|
audio=""
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
renderer/rendering_method.mobile="gl_compatibility"
|
|
environment/defaults/default_clear_color=Color(0.12549, 0.12549, 0.12549, 1)
|