docs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-02-21 23:53:36 +01:00
parent 3b137fd48e
commit 787b6656b0
6 changed files with 101 additions and 9 deletions

View File

@@ -46,7 +46,11 @@ on than meets the eye.]]
minigame_button_mash = Minigames.get_default_button_mash(),
minigame_rhythm = Minigames.get_default_rhythm(),
meters = Meters.get_initial(),
--- Table storing currently active sprites to be drawn.
-- Each entry is a table with `id`, `x`, `y`, and other drawing parameters.
sprites = {},
--- The ID of the currently active situation.
-- Set by `Situation.apply()` and `nil` if no situation is active.
current_situation = nil,
}
end