This commit is contained in:
2026-02-02 00:21:32 +08:00
parent d9025128e0
commit d6c84dd30d
9 changed files with 92 additions and 28 deletions
+1 -1
View File
@@ -700,7 +700,7 @@ func _check_goal_completion():
goals_cycle_manager.on_goal_completed(player, goals_cycle_manager.get_time_remaining())
else:
# Fallback if manager not initialized yet
player.rpc("display_message", "Goal completed!")
NotificationManager.send_message(player, NotificationManager.MESSAGES.GOAL_COMPLETED, NotificationManager.MessageType.GOAL)
func clear_and_convert_to_score() -> int:
"""Clear playerboard and return score for matching tiles."""