mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-16 16:46:07 +09:00
config key change; uiitemtextbutton can now have tags alongside with the label
This commit is contained in:
@@ -44,7 +44,9 @@ open class UIItemTextButton(
|
||||
val postGapX: Int = 0,
|
||||
|
||||
val alignment: Alignment = Alignment.CENTRE,
|
||||
val hitboxSize: Int = UIItemTextButton.height
|
||||
val hitboxSize: Int = UIItemTextButton.height,
|
||||
|
||||
val tags: Array<String> = arrayOf("")
|
||||
) : UIItem(parentUI, initialX, initialY) {
|
||||
|
||||
companion object {
|
||||
|
||||
Reference in New Issue
Block a user