less messed up collision
Some checks failed
Build Project / build (push) Failing after 5m52s

This commit is contained in:
swim67667
2026-06-24 12:47:00 -04:00
parent c079ca620f
commit 9dee043d95
3 changed files with 17 additions and 16 deletions

View File

@@ -12,6 +12,8 @@ extern bool isSimulating;
extern float simTime;
extern const float scale;
extern const float MAX_PLAYER_SPEED;
extern const float PLAYER_SPEED_FACTOR;