From d4b865db792b2a891908d71fd72689087e542505 Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Mon, 29 May 2023 21:45:26 +0530 Subject: [PATCH] better options --- src/gui/OptionsDlg.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/OptionsDlg.hx b/src/gui/OptionsDlg.hx index 4d50b3fe..344f032e 100644 --- a/src/gui/OptionsDlg.hx +++ b/src/gui/OptionsDlg.hx @@ -337,7 +337,7 @@ class OptionsDlg extends GuiImage { }); 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.text.text = "Touch Controls"; textObj.text.textColor = 0xFFFFFF; @@ -345,7 +345,7 @@ class OptionsDlg extends GuiImage { generalPanel.addChild(textObj); 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.setExtent(new Vector(152, 49)); remapBtn.pressedAction = (sender) -> {