mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 12:34:05 +09:00
inventory ui transition wip
This commit is contained in:
@@ -20,10 +20,6 @@ class UIItemImageGallery(
|
||||
val column: Int = 1
|
||||
) : UIItem(parentUI, initialX, initialY) {
|
||||
|
||||
// deal with the moving position
|
||||
override var oldPosX = posX
|
||||
override var oldPosY = posY
|
||||
|
||||
override fun update(delta: Float) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user