mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-21 15:24:18 +00:00
49 lines
1.2 KiB
Text
49 lines
1.2 KiB
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://main.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.png"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=270
|
|
window/size/viewport_height=480
|
|
window/size/mode=2
|
|
window/stretch/aspect="keep_height"
|
|
window/handheld/orientation=1
|
|
|
|
[layer_names]
|
|
|
|
2d_physics/layer_1="Default"
|
|
2d_physics/layer_2="Bottle"
|
|
2d_physics/layer_3="Entities"
|
|
|
|
[physics]
|
|
|
|
2d/run_on_separate_thread=true
|
|
common/physics_ticks_per_second=240
|
|
common/max_physics_steps_per_frame=30
|
|
2d/solver/solver_iterations=4
|
|
2d/solver/contact_max_separation=1.0
|
|
2d/solver/contact_max_allowed_penetration=0.02
|
|
2d/solver/default_contact_bias=0.0
|
|
2d/solver/default_constraint_bias=0.1
|
|
|
|
[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)
|