better options

This commit is contained in:
RandomityGuy 2023-05-29 21:45:26 +05:30
parent 5e487c9b70
commit d4b865db79

View file

@ -337,7 +337,7 @@ class OptionsDlg extends GuiImage {
}); });
var textObj = new GuiText(markerFelt32); var textObj = new GuiText(markerFelt32);
textObj.position = new Vector(388, 298); textObj.position = new Vector(388, current - 6);
textObj.extent = new Vector(212, 14); textObj.extent = new Vector(212, 14);
textObj.text.text = "Touch Controls"; textObj.text.text = "Touch Controls";
textObj.text.textColor = 0xFFFFFF; textObj.text.textColor = 0xFFFFFF;
@ -345,7 +345,7 @@ class OptionsDlg extends GuiImage {
generalPanel.addChild(textObj); generalPanel.addChild(textObj);
var remapBtn = new GuiButtonText(loadButtonImages("data/ui/options/bind"), markerFelt24); var remapBtn = new GuiButtonText(loadButtonImages("data/ui/options/bind"), markerFelt24);
remapBtn.position = new Vector(552, 298); remapBtn.position = new Vector(552, current - 6);
remapBtn.txtCtrl.text.text = "Edit"; remapBtn.txtCtrl.text.text = "Edit";
remapBtn.setExtent(new Vector(152, 49)); remapBtn.setExtent(new Vector(152, 49));
remapBtn.pressedAction = (sender) -> { remapBtn.pressedAction = (sender) -> {