change speed back to 60.0

This commit is contained in:
Chris Cromer 2022-04-06 22:46:31 -04:00
parent cdb0fbe3f7
commit fac339926b
Signed by: cromer
GPG Key ID: FA91071797BEEEC2
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
/**
* @brief The speed the player should move it.
*/
#define JUEGO_PLAYER_SPEED 100.0
#define JUEGO_PLAYER_SPEED 60.0
/**
* @brief The force applied to the player when jumping.
*/