mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-22 20:48:55 +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.setSize(164, 164);
|
||||||
touchpad.setPosition(0, mobilePanel != null ? mobilePanel.getHeight() : 0);
|
touchpad.setPosition(0, mobilePanel != null ? mobilePanel.getHeight() : 0);
|
||||||
touchpad.toBack();
|
|
||||||
stage.addActor(touchpad);
|
stage.addActor(touchpad);
|
||||||
|
touchpad.toBack();
|
||||||
}
|
}
|
||||||
|
|
||||||
mappedKeyStateListener = new MappedKeyStateAdapter() {
|
mappedKeyStateListener = new MappedKeyStateAdapter() {
|
||||||
|
Loading…
Reference in New Issue
Block a user