Advertisement
Guest User

Untitled

a guest
Jan 15th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. if(this.variables.lives <= 0) {
  2. this.variables.lives = 5;
  3. this.game.variables.foodCollected = null;
  4. this.game.variables.goalsScored = null;
  5. this.game.variables.mushroomsPicked = null;
  6. this.variables.money = 0;
  7. this.game.goToScene('Intro');
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement