Fix goal calculcation #2
This commit is contained in:
parent
5d3856f95a
commit
14f598c905
@ -146,6 +146,7 @@ export class Game {
|
|||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.currentLevel = 0
|
this.currentLevel = 0
|
||||||
this.score = 0
|
this.score = 0
|
||||||
|
this.goal = 0
|
||||||
this.lastGoal = 0
|
this.lastGoal = 0
|
||||||
this.nextLevel()
|
this.nextLevel()
|
||||||
this.state = 0
|
this.state = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user