rework l'ui et équilibrage général

This commit is contained in:
2025-11-09 15:56:09 +01:00
parent a8bb09407e
commit 1179e04956
24 changed files with 405 additions and 364 deletions

View File

@@ -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()