fix score reset

This commit is contained in:
Arnaud Vergnet 2021-05-10 15:30:52 +02:00
parent bc7b17ac29
commit 32fc6ad64a

View file

@ -34,6 +34,7 @@ func _ready():
func setup(mode: String, goal: int, difficulty: String, next_lose: String, next_win: String, version: int):
game_goal = goal
current_goal = 0
if(difficulty == "hard"):
game_difficulty = "hard"
else: