mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 04:24:05 +09:00
using Delete instead of Delete World
This commit is contained in:
@@ -26,5 +26,6 @@
|
|||||||
"MENU_LABEL_KEYCONFIG_HELP1": "Click On the Keycap to Assign Actions",
|
"MENU_LABEL_KEYCONFIG_HELP1": "Click On the Keycap to Assign Actions",
|
||||||
"MENU_LABEL_IME_TOGGLE": "Toggle IME",
|
"MENU_LABEL_IME_TOGGLE": "Toggle IME",
|
||||||
"MENU_LABEL_PASTE_FROM_CLIPBOARD": "Paste from Cliboard",
|
"MENU_LABEL_PASTE_FROM_CLIPBOARD": "Paste from Cliboard",
|
||||||
"MENU_OPTIONS_PERFORMANCE": "Performance"
|
"MENU_OPTIONS_PERFORMANCE": "Performance",
|
||||||
|
"MENU_LABEL_DELETE": "Delete"
|
||||||
}
|
}
|
||||||
@@ -55,7 +55,7 @@ class UIWorldPortalListing(val full: UIWorldPortal) : UICanvas() {
|
|||||||
private val memoryGaugeWidth = textAreaW
|
private val memoryGaugeWidth = textAreaW
|
||||||
private val deleteButtonWidth = (thumbw - gridGap) / 2
|
private val deleteButtonWidth = (thumbw - gridGap) / 2
|
||||||
private val buttonDeleteWorld = UIItemTextButton(this,
|
private val buttonDeleteWorld = UIItemTextButton(this,
|
||||||
"MENU_LABEL_DELETE_WORLD",
|
"MENU_LABEL_DELETE",
|
||||||
hx - gridGap/2 - deleteButtonWidth,
|
hx - gridGap/2 - deleteButtonWidth,
|
||||||
y + listHeight - buttonHeight,
|
y + listHeight - buttonHeight,
|
||||||
deleteButtonWidth,
|
deleteButtonWidth,
|
||||||
|
|||||||
Reference in New Issue
Block a user