mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-09 18:14:06 +09:00
config key change; uiitemtextbutton can now have tags alongside with the label
This commit is contained in:
@@ -17,7 +17,7 @@ import net.torvald.terrarum.ui.UICanvas
|
||||
* Created by minjaesong on 2019-08-11.
|
||||
*/
|
||||
class UIScreenZoom : UICanvas(
|
||||
App.getConfigInt("config_keyzoom")
|
||||
App.getConfigInt("control_key_zoom")
|
||||
) {
|
||||
|
||||
val zoomText = "${getKeycapPC(handler.toggleKeyLiteral!!)} $EMDASH Zoom Out"
|
||||
|
||||
Reference in New Issue
Block a user