mirror of
https://forge.univ-lyon1.fr/tplifap4/dungeonanddeamon.git
synced 2024-02-27 13:31:50 +01:00
bool colllision enemie
This commit is contained in:
parent
e787a8eb74
commit
74f30a9444
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user