Improved html5 performance
This commit is contained in:
parent
1aff15069a
commit
af41271af2
9 changed files with 63 additions and 54 deletions
|
|
@ -15,6 +15,10 @@ run/main_scene="res://UI/main_menu.tscn"
|
|||
config/features=PackedStringArray("4.4", "Mobile")
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
[audio]
|
||||
|
||||
driver/driver="Dummy"
|
||||
|
||||
[autoload]
|
||||
|
||||
GameEvents="*res://Globals/GameEvents.gd"
|
||||
|
|
@ -85,6 +89,14 @@ toggle_controls={
|
|||
]
|
||||
}
|
||||
|
||||
[physics]
|
||||
|
||||
common/physics_ticks_per_second=30
|
||||
common/physics_jitter_fix=0.0
|
||||
3d/physics_engine="Jolt Physics"
|
||||
jolt_physics_3d/simulation/areas_detect_static_bodies=true
|
||||
common/physics_interpolation=true
|
||||
|
||||
[rendering]
|
||||
|
||||
textures/vram_compression/import_etc2_astc=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue