sprite handling
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
2026-02-21 23:06:28 +01:00
parent 4e35cd4bd3
commit 9ae6c12582
9 changed files with 100 additions and 2 deletions

View File

@@ -45,7 +45,9 @@ on than meets the eye.]]
minigame_ddr = Minigames.get_default_ddr(),
minigame_button_mash = Minigames.get_default_button_mash(),
minigame_rhythm = Minigames.get_default_rhythm(),
meters = Meters.get_initial()
meters = Meters.get_initial(),
sprites = {},
current_situation = nil,
}
end

View File

@@ -18,5 +18,5 @@ Map = {}
UI = {}
Print = {}
Input = {}
Sprite = {}
Audio = {}