Retour du bonhomme rapide

This commit is contained in:
Marc-Eric Martel 2021-10-06 21:41:20 -04:00
parent 9f8887d228
commit 3ae8551ad0

View File

@ -18,7 +18,6 @@ private:
float m_rotY = 0;
float m_topspeed = 40;
float m_jumpforce = .9f;
};
#endif //_PLAYER_H__