mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-09 10:04:05 +09:00
almost working jukebox ui except for the 'q' key
This commit is contained in:
@@ -55,7 +55,7 @@ class UIJukebox : UICanvas(
|
||||
listOf(transitionalDiscInventory)
|
||||
)
|
||||
|
||||
internal val discInventory: Array<ItemID?>
|
||||
internal val discInventory: ArrayList<ItemID>
|
||||
get() = parent.discInventory
|
||||
|
||||
init {
|
||||
|
||||
Reference in New Issue
Block a user