mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 19:44:05 +09:00
modularised inventory cell behaviour
This commit is contained in:
@@ -193,8 +193,6 @@ abstract class UIItem(var parentUI: UICanvas, val initialX: Int, val initialY: I
|
||||
return false
|
||||
}
|
||||
open fun touchDown(screenX: Int, screenY: Int, pointer: Int, button: Int): Boolean {
|
||||
println("uiitem ${this.javaClass.name} touchdown")
|
||||
|
||||
var actionDone = false
|
||||
|
||||
if (parentUI.isVisible) {
|
||||
|
||||
Reference in New Issue
Block a user