Skip to content

Commit

Permalink
Change jump speed
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasLeon05 committed Nov 1, 2024
1 parent ce74914 commit 003e867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Objects/Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace Player
player.collisionShape.radius = 25;

//Speed
player.jumpSpeed = 400000.0f;
player.jumpSpeed = 500000.0f;
player.fallSpeed = 400.0f;
player.speed = { 0,0 };
}
Expand Down

0 comments on commit 003e867

Please sign in to comment.