diff --git a/src/player.c b/src/player.c index 6d2b4ff..e516e7f 100644 --- a/src/player.c +++ b/src/player.c @@ -14,15 +14,13 @@ void UpdatePlayerControls(void) return; } if(curhorvel==0.0f){ - curhorvel=10.0f*scale; + curhorvel=65.5f*scale; } // if a key pressed, push player to the left if (IsKeyDown(KEY_A)) { - if(curhorvel