fully working blockchooser

This commit is contained in:
minjaesong
2019-02-17 03:52:27 +09:00
parent 3c1b4c8a64
commit baeba1552a
2 changed files with 61 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ import net.torvald.terrarum.fillRect
*/
open class UIItemImageButton(
parent: UICanvas,
val image: TextureRegion,
var image: TextureRegion,
/** Colour when mouse is over */
val activeCol: Color = UIItemTextButton.defaultActiveCol,