icon for mouse drag

This commit is contained in:
minjaesong
2021-12-16 16:58:11 +09:00
parent fc61bf1da5
commit c39e372db3
2 changed files with 3 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ class UIInventoryFull(
val minimapControlHelp: String
get() = if (App.environment == RunningEnvironment.PC)
"${0xe031.toChar()} ${Lang["GAME_ACTION_CLOSE"]}$SP" +
"${0xe006.toChar()} ${Lang["GAME_ACTION_MOVE_VERB"]}"
"${0xe006.toChar()}${0xe009.toChar()} ${Lang["GAME_ACTION_MOVE_VERB"]}"
else
"$gamepadLabelStart ${Lang["GAME_ACTION_CLOSE"]}$SP" +
"$gamepadLabelRStick ${Lang["GAME_ACTION_MOVE_VERB"]}$SP" +