Added: Mines now explode and hurt the player, added new makefile and made more mines spawn on game start.
This commit is contained in:
@@ -30,6 +30,7 @@ public:
|
||||
void update(Pad &t_pad);
|
||||
const u8 &isJumping() { return bIsJumping; }
|
||||
const u8 &getLifes() { return lifes; }
|
||||
void setLife(const u8 &l) { lifes = lifes = l < 4 ? l : 3; }
|
||||
|
||||
private:
|
||||
u8 bIsJumping;
|
||||
|
||||
Reference in New Issue
Block a user