TOUT FONCTIONNE!

This commit is contained in:
MarcEricMartel
2021-11-16 20:48:52 -05:00
parent aa1d19d93d
commit b12e5599be
8 changed files with 124 additions and 303 deletions

View File

@@ -21,18 +21,14 @@ public:
private:
Vector3f m_position;
Vector3f m_POV;
Vector3f m_velocity;
Vector3f m_direction;
float m_rotX = 0;
float m_rotY = 0;
float m_topspeed = 20;
float m_jumpforce = 0.3f;
float m_POV;
bool m_airborne;
bool m_jumped;
int m_dbljump; // Peut sauter ou dasher tant que la variable est en dessous de 2.
};
#endif //_PLAYER_H__