chuck.js/app/Game/Core/GameObjects
Karl Pannek 955179eec9 Fix contact detection for jump mechanics
- Fix IsTouching() → isTouching() in Doll.js onFootSensorDetection
- This should resolve the issue where players couldn't jump immediately
  after landing, as the contact detection was failing due to calling
  a non-existent method in Planck.js
2025-07-16 15:17:27 +02:00
..
Items Fix remaining capitalized Box2D method calls using sed 2025-07-16 15:16:30 +02:00
Doll.js Fix contact detection for jump mechanics 2025-07-16 15:17:27 +02:00
GameObject.js Complete Box2D to Planck.js migration 2025-07-16 15:01:59 +02:00
Item.js Complete Box2D to Planck.js migration 2025-07-16 15:01:59 +02:00
SpectatorDoll.js Complete Box2D to Planck.js migration 2025-07-16 15:01:59 +02:00
Tile.js Major progress on Planck.js migration - server starts without crashing 2025-07-16 13:28:21 +02:00