Update src/world.c
This commit is contained in:
@@ -7,7 +7,7 @@ const float scale = 43.7445319335f;
|
|||||||
const float g = 9.81f * scale;
|
const float g = 9.81f * scale;
|
||||||
|
|
||||||
const float PMV = 10000.0*scale; //Player Max Velocity
|
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 JUMP_FORCE = 300.0f*scale;
|
||||||
|
|
||||||
const float AIR_DRAG = 0.999f;
|
const float AIR_DRAG = 0.999f;
|
||||||
|
|||||||
Reference in New Issue
Block a user