Calibrando el salto. Aun no está perfeccionado del todo

This commit is contained in:
2022-07-10 19:05:30 +02:00
parent 64ebf24408
commit bade27edc4
2 changed files with 8 additions and 5 deletions

View File

@@ -16,6 +16,9 @@
#define STATUS_JUMPING 1
#define STATUS_FALLING 2
#define GRAVITY 0.02f
#define MAX_VY 0.9f
// Clase Player
class Player
{