mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-25 20:21:50 +00:00
forgot this
This commit is contained in:
parent
204b1ca32a
commit
1510f6b3eb
1 changed files with 4 additions and 3 deletions
|
|
@ -374,9 +374,10 @@ class OptionsDlg extends GuiImage {
|
|||
remapBtn.position = new Vector(552, current - 6);
|
||||
remapBtn.txtCtrl.text.text = "Edit";
|
||||
remapBtn.setExtent(new Vector(152, 49));
|
||||
remapBtn.pressedAction = (sender) -> {
|
||||
MarbleGame.canvas.setContent(new TouchCtrlsEditGui());
|
||||
}
|
||||
if (!pause)
|
||||
remapBtn.pressedAction = (sender) -> {
|
||||
MarbleGame.canvas.setContent(new TouchCtrlsEditGui());
|
||||
}
|
||||
generalPanel.addChild(remapBtn);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue