forked from jaildesigner-jailgames/jaildoctors_dilemma
Arco de salto mejorado
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user