mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
these fixes
This commit is contained in:
parent
3a06cee202
commit
b766e1002e
1 changed files with 0 additions and 11 deletions
|
|
@ -70,17 +70,6 @@ class OptionsListGui extends GuiImage {
|
|||
MarbleGame.canvas.setContent(new InputSelectGui(pauseGui));
|
||||
});
|
||||
|
||||
if (Util.isTouchDevice()) {
|
||||
if (!pauseGui) {
|
||||
btnList.addButton(3, 'Touch Controls', (e) -> {
|
||||
MarbleGame.canvas.setContent(new TouchOptionsGui(pauseGui));
|
||||
});
|
||||
}
|
||||
} else {
|
||||
btnList.addButton(3, 'Key Bindings', (e) -> {
|
||||
MarbleGame.canvas.setContent(new InputSelectGui(pauseGui));
|
||||
});
|
||||
}
|
||||
btnList.addButton(3, 'Video Options', (e) -> {
|
||||
MarbleGame.canvas.setContent(new VideoOptionsGui(pauseGui));
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue