feat: added meters, changed colors, removed unnecessary comments

This commit is contained in:
Zoltan Timar
2026-02-18 22:58:14 +01:00
parent 9014e36014
commit 8832b6c833
13 changed files with 142 additions and 101 deletions

View File

@@ -9,6 +9,7 @@ local MinigameButtonMashWindow = {}
local MinigameRhythmWindow = {}
local MinigameDDRWindow = {}
Util = {}
Meters = {}
Minigames = {}
DecisionManager = {}
ScreenManager = {}