rework l'ui et équilibrage général
This commit is contained in:
@@ -8,7 +8,7 @@ func _ready():
|
||||
func win(planet : Planet):
|
||||
visible = true
|
||||
get_tree().paused = true
|
||||
%WinTitle.text = tr("SCORE_%d") % str(roundi(planet.garden.get_score()))
|
||||
%WinTitle.text = tr("SCORE_%d") % roundi(planet.garden.get_score())
|
||||
|
||||
func _on_restart_pressed():
|
||||
GameInfo.game_data.reset_all()
|
||||
|
||||
Reference in New Issue
Block a user