almost working jukebox ui except for the 'q' key

This commit is contained in:
minjaesong
2024-01-13 23:08:10 +09:00
parent 3c3e650a97
commit 5a7b345e7f
7 changed files with 92 additions and 48 deletions

View File

@@ -55,7 +55,7 @@ class UIJukebox : UICanvas(
listOf(transitionalDiscInventory)
)
internal val discInventory: Array<ItemID?>
internal val discInventory: ArrayList<ItemID>
get() = parent.discInventory
init {