mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-16 05:24:06 +09:00
inventory ui transition wip
This commit is contained in:
@@ -20,10 +20,6 @@ class UIItemInventoryCatBar(
|
||||
override val width: Int
|
||||
) : UIItem(parentUI, initialX, initialY) {
|
||||
|
||||
// deal with the moving position
|
||||
override var oldPosX = posX
|
||||
override var oldPosY = posY
|
||||
|
||||
private val parentInventory = parentUI
|
||||
|
||||
private val catIcons = parentUI.catIcons
|
||||
|
||||
Reference in New Issue
Block a user