mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 02:54:04 +09:00
inventory ui transition wip
This commit is contained in:
@@ -41,10 +41,6 @@ open class UIItemImageButton(
|
||||
var highlightable: Boolean
|
||||
) : UIItem(parent, initialX, initialY) {
|
||||
|
||||
// deal with the moving position
|
||||
override var oldPosX = posX
|
||||
override var oldPosY = posY
|
||||
|
||||
var highlighted = false
|
||||
|
||||
override fun render(batch: SpriteBatch, camera: Camera) {
|
||||
|
||||
Reference in New Issue
Block a user