desition and screen magement refactor

This commit is contained in:
2026-02-17 21:37:53 +01:00
parent 11b92f64d6
commit 0357eb415e
22 changed files with 256 additions and 141 deletions

View File

@@ -10,9 +10,8 @@ local MinigameRhythmWindow = {}
local MinigameDDRWindow = {}
local Util = {}
local Context = {}
local Desitions = {}
local DesitionManager = {}
local ScreenManager = {} -- New declaration
local UI = {}
local Print = {}
local Input = {}