mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 02:24:05 +09:00
inventory ui transition wip
This commit is contained in:
@@ -48,10 +48,6 @@ open class UIItemTextButton(
|
||||
val hitboxSize: Int = UIItemTextButton.height
|
||||
) : UIItem(parentUI, initialX, initialY) {
|
||||
|
||||
// deal with the moving position
|
||||
override var oldPosX = posX
|
||||
override var oldPosY = posY
|
||||
|
||||
companion object {
|
||||
val font = AppLoader.fontGame
|
||||
val height = font.lineHeight.toInt()
|
||||
|
||||
Reference in New Issue
Block a user