1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-10-16 14:27:26 +00:00
swear-jar/project.godot
2023-10-02 16:22:03 +02:00

51 lines
1.3 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"
2d_physics/layer_4="Converter"
2d_physics/layer_5="Ghost"
[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)