remove minigame version force

This commit is contained in:
Arnaud Vergnet 2021-05-06 15:11:06 +02:00
parent 498f6ef1d3
commit 04013a4cf6

View file

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