mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-21 20:18:14 +07:00
Fixed touchpad order (now behind left panels)
This commit is contained in:
parent
4cd4ae78fa
commit
72164128c8
@ -275,8 +275,8 @@ public class GameScreen extends ScreenAdapter implements LoadingScreen.Loadable
|
||||
}});
|
||||
touchpad.setSize(164, 164);
|
||||
touchpad.setPosition(0, mobilePanel != null ? mobilePanel.getHeight() : 0);
|
||||
touchpad.toBack();
|
||||
stage.addActor(touchpad);
|
||||
touchpad.toBack();
|
||||
}
|
||||
|
||||
mappedKeyStateListener = new MappedKeyStateAdapter() {
|
||||
|
Loading…
Reference in New Issue
Block a user