Ajout du Dash!

This commit is contained in:
Marc-Eric Martel
2021-10-04 15:01:25 -04:00
parent b85a25cbac
commit 47eca60cf5
3 changed files with 37 additions and 21 deletions

View File

@@ -16,9 +16,8 @@ private:
Vector3f m_position;
float m_rotX = 0;
float m_rotY = 0;
float m_topspeed = 20;
float m_jumpforce = 0.4f;
float m_topspeed = 30;
float m_jumpforce = 0.6f;
};
#endif //_PLAYER_H__