mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-12 06:41:51 +09:00
config key change; uiitemtextbutton can now have tags alongside with the label
This commit is contained in:
@@ -205,8 +205,8 @@ class BasicDebugInfoWindow : UICanvas() {
|
||||
val gamepad = (Terrarum.ingame as? TerrarumIngame)?.ingameController?.gamepad
|
||||
if (gamepad != null) {
|
||||
drawGamepadAxis(gamepad, batch,
|
||||
gamepad.getAxis(App.getConfigInt("config_gamepadaxislx")),
|
||||
gamepad.getAxis(App.getConfigInt("config_gamepadaxisly")),
|
||||
gamepad.getAxis(App.getConfigInt("control_gamepad_axislx")),
|
||||
gamepad.getAxis(App.getConfigInt("control_gamepad_axisly")),
|
||||
App.scr.width - 128 - TinyAlphNum.W * 2,
|
||||
line(3).toInt()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user