bool colllision enemie

This commit is contained in:
Estrela Allan p1923381 2020-04-30 12:30:28 +02:00
parent e787a8eb74
commit 74f30a9444

View File

@ -38,6 +38,10 @@ public:
void setupMobsCorpACorp();
void mouvement();
void setPosition(int x, int y);
bool on_ground = false;
bool on_roof = false;
bool on_left_wall = false;
bool on_right_wall = false;
public: