Fixed touchpad order (now behind left panels)

This commit is contained in:
Collin Smith 2019-03-19 23:24:48 -07:00
parent 4cd4ae78fa
commit 72164128c8

View File

@ -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() {