Enable physics interpolation
This commit is contained in:
parent
ab339c8a2c
commit
bf1bf94f63
2 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,7 @@ floor_block_on_wall = false
|
||||||
script = ExtResource("1_fob34")
|
script = ExtResource("1_fob34")
|
||||||
|
|
||||||
[node name="Camera2D" type="Camera2D" parent="."]
|
[node name="Camera2D" type="Camera2D" parent="."]
|
||||||
|
process_callback = 0
|
||||||
position_smoothing_enabled = true
|
position_smoothing_enabled = true
|
||||||
drag_horizontal_enabled = true
|
drag_horizontal_enabled = true
|
||||||
drag_vertical_enabled = true
|
drag_vertical_enabled = true
|
||||||
|
|
|
@ -49,7 +49,9 @@ player_right={
|
||||||
|
|
||||||
[physics]
|
[physics]
|
||||||
|
|
||||||
|
common/physics_jitter_fix=0.0
|
||||||
2d/physics_engine="Rapier2D"
|
2d/physics_engine="Rapier2D"
|
||||||
|
common/physics_interpolation=true
|
||||||
|
|
||||||
[rendering]
|
[rendering]
|
||||||
|
|
||||||
|
|
Reference in a new issue