mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-17 05:54:05 +09:00
action listener on textbutton list
This commit is contained in:
@@ -110,6 +110,11 @@ abstract class UICanvas {
|
||||
//uiItems.forEach { it.keyT }
|
||||
}
|
||||
|
||||
open fun resize(width: Int, height: Int) {
|
||||
this.width = width
|
||||
this.height = height
|
||||
}
|
||||
|
||||
companion object {
|
||||
const val OPENCLOSE_GENERIC = 0.2f
|
||||
|
||||
|
||||
Reference in New Issue
Block a user