small things

This commit is contained in:
algodoogle
2026-07-27 16:14:13 +01:00
parent 688eca13fa
commit f3abe69eb4
15 changed files with 135 additions and 100 deletions
+4 -2
View File
@@ -11,8 +11,10 @@ enum GameState {
}
static var game_state: GameState = GameState.RUNNING
signal game_over_signal
static func _restart():
print("restart Game")
game_state = GameState.RUNNING
static func get_random_meal() -> String: