Update src/world.c

This commit is contained in:
2026-06-17 09:47:04 -04:00
parent 4988964f22
commit ddd90a47de

View File

@@ -7,7 +7,7 @@ const float scale = 43.7445319335f;
const float g = 9.81f * scale;
const float PMV = 10000.0*scale; //Player Max Velocity
const float PLAYER_SPEED_FACTOR =1.3f;
const int PLAYER_SPEED_FACTOR =2;
const float JUMP_FORCE = 300.0f*scale;
const float AIR_DRAG = 0.999f;