mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-22 07:44:17 +00:00
Stefano Pigozzi
8c031fa911
Co-authored-by: Matteo Balugani <supermatte.mb@gmail.com> Co-authored-by: Stefano Pigozzi <me@steffo.eu> Co-authored-by: Maxim Lobovsky <mex.lobo@mail.ru>
36 lines
897 B
Text
36 lines
897 B
Text
; 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="ld54"
|
|
run/main_scene="res://root.tscn"
|
|
config/features=PackedStringArray("4.1", "Mobile")
|
|
boot_splash/bg_color=Color(0.0977035, 0.0977035, 0.10161, 1)
|
|
boot_splash/image="res://icon.png"
|
|
config/icon="res://icon.svg"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=270
|
|
window/size/viewport_height=480
|
|
window/stretch/mode="viewport"
|
|
window/stretch/aspect="keep_height"
|
|
window/handheld/orientation=1
|
|
|
|
[layer_names]
|
|
|
|
2d_physics/layer_2="Bottle"
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="mobile"
|
|
textures/vram_compression/import_etc2_astc=true
|
|
environment/defaults/default_clear_color=Color(0.0977035, 0.0977035, 0.10161, 1)
|