Timer and Day modules
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-03-03 19:51:22 +01:00
parent 41eea638c0
commit 03b6567c08
11 changed files with 135 additions and 98 deletions

View File

@@ -34,10 +34,12 @@ function Context.initial_data()
minigame_button_mash = Minigame.get_default_button_mash(),
minigame_rhythm = Minigame.get_default_rhythm(),
meters = Meter.get_initial(),
timer = Timer.get_initial(),
game = {
current_screen = "home",
current_situation = nil,
}
},
day_count = 1,
}
end