change speed back to 60.0

This commit is contained in:
2022-04-06 22:46:31 -04:00
parent cdb0fbe3f7
commit fac339926b

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.
*/