Mario has 3 lives again.
This commit is contained in:
@@ -191,7 +191,7 @@ public class MarioComponent extends JComponent implements Runnable,
|
|||||||
Mario.fire = false;
|
Mario.fire = false;
|
||||||
Mario.large = false;
|
Mario.large = false;
|
||||||
Mario.coins = 0;
|
Mario.coins = 0;
|
||||||
Mario.lives = 1;
|
Mario.lives = 3;
|
||||||
|
|
||||||
randomLevel.init();
|
randomLevel.init();
|
||||||
randomLevel.setSound(sound);
|
randomLevel.setSound(sound);
|
||||||
|
|||||||
Reference in New Issue
Block a user