Enable physics interpolation in all 2D demos (#1070)

This makes uses of the new built-in 2D physics interpolation
added in 4.3.

For 3D demos, a separate PR requiring `master` will be made later.
This commit is contained in:
Hugo Locurcio
2025-04-14 18:58:38 +02:00
committed by GitHub
parent 90617ba1e8
commit 7befd7c718
30 changed files with 134 additions and 426 deletions

View File

@@ -184,6 +184,7 @@ splitscreen={
common/physics_ticks_per_second=120
2d/default_gravity=2100
common/physics_interpolation=true
[rendering]