mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-09 18:14:06 +09:00
repositioning RESET button
This commit is contained in:
@@ -118,7 +118,7 @@ class UIKeyboardControlPanel(remoCon: UIRemoCon?) : UICanvas() {
|
|||||||
|
|
||||||
) // end of keycaps
|
) // end of keycaps
|
||||||
|
|
||||||
private val buttonReset = UIItemTextButton(this, "MENU_LABEL_RESET", kbx + 1, kby + 165, 180, true, alignment = UIItemTextButton.Companion.Alignment.LEFT)
|
private val buttonReset = UIItemTextButton(this, "MENU_LABEL_RESET", kbx + 2, kby + 162, 140, true, hasBorder = true, alignment = UIItemTextButton.Companion.Alignment.CENTRE)
|
||||||
|
|
||||||
private val symbolLeft = labels.get(0,2)
|
private val symbolLeft = labels.get(0,2)
|
||||||
private val symbolUp = labels.get(1,2)
|
private val symbolUp = labels.get(1,2)
|
||||||
|
|||||||
Reference in New Issue
Block a user