Mouvement de notre joueur (tj probleme de saut)

This commit is contained in:
Estrela Allan p1923381
2020-03-28 12:53:53 +01:00
parent 6bbe742b01
commit 15bfb3f6a9
8 changed files with 44 additions and 47 deletions

View File

@ -9,7 +9,7 @@
class GestionJeu
{
public:
GestionPlayer gPlayer;
GestionMobs gMobs;
GestionTerrain gTerrain;
GestionCollision gCollision;