2023-01-06 17:53:47 +00:00
|
|
|
; 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="LD52"
|
|
|
|
config/features=PackedStringArray("4.0", "GL Compatibility")
|
2023-01-07 00:29:30 +00:00
|
|
|
boot_splash/bg_color=Color(0.231373, 0.490196, 0.309804, 1)
|
2023-01-07 00:26:43 +00:00
|
|
|
config/icon="res://assets/icon.svg"
|
2023-01-06 17:53:47 +00:00
|
|
|
|
2023-01-07 00:27:06 +00:00
|
|
|
[display]
|
|
|
|
|
2023-01-07 02:27:05 +00:00
|
|
|
window/size/viewport_width=284
|
2023-01-07 00:27:06 +00:00
|
|
|
window/size/viewport_height=160
|
|
|
|
window/stretch/mode="canvas_items"
|
|
|
|
|
2023-01-06 17:53:47 +00:00
|
|
|
[rendering]
|
|
|
|
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
2023-01-07 00:29:30 +00:00
|
|
|
environment/defaults/default_clear_color=Color(0.231373, 0.490196, 0.309804, 1)
|