Arco de salto mejorado

This commit is contained in:
2022-07-10 21:36:48 +02:00
parent 8d49c78519
commit 6059a3b894
5 changed files with 13 additions and 5 deletions

View File

@@ -16,8 +16,8 @@
#define STATUS_JUMPING 1
#define STATUS_FALLING 2
#define GRAVITY 0.02f
#define MAX_VY 0.9f
#define GRAVITY 0.035f
#define MAX_VY 1.2f
// Clase Player
class Player