Double jump!

This commit is contained in:
Marc-Eric Martel
2021-10-04 21:50:54 -04:00
parent 47eca60cf5
commit 50369b036c
2 changed files with 26 additions and 23 deletions

View File

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