diff --git a/DungeonAndDeamonScript/DungeonAndDemaonScript/GestionPlayer.h b/DungeonAndDeamonScript/DungeonAndDemaonScript/GestionPlayer.h index bfa77b4..762bdba 100644 --- a/DungeonAndDeamonScript/DungeonAndDemaonScript/GestionPlayer.h +++ b/DungeonAndDeamonScript/DungeonAndDemaonScript/GestionPlayer.h @@ -49,6 +49,9 @@ public: const int gravity = 90; const int power_jump = -250; bool on_ground = false; + bool on_roof = false; + bool on_left_wall = false; + bool on_right_wall = false; bool right; bool left; bool jump;