using Delete instead of Delete World

This commit is contained in:
minjaesong
2023-05-30 01:07:07 +09:00
parent bafd0d9f7c
commit a0f597865e
2 changed files with 3 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ class UIWorldPortalListing(val full: UIWorldPortal) : UICanvas() {
private val memoryGaugeWidth = textAreaW
private val deleteButtonWidth = (thumbw - gridGap) / 2
private val buttonDeleteWorld = UIItemTextButton(this,
"MENU_LABEL_DELETE_WORLD",
"MENU_LABEL_DELETE",
hx - gridGap/2 - deleteButtonWidth,
y + listHeight - buttonHeight,
deleteButtonWidth,