From 40519af5cd826be8208354e7f4d003150866d966 Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Sun, 14 May 2023 19:15:43 +0530 Subject: [PATCH] correct positioning --- src/Settings.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Settings.hx b/src/Settings.hx index 01f6e722..401d1596 100644 --- a/src/Settings.hx +++ b/src/Settings.hx @@ -162,7 +162,7 @@ class Settings { powerupButtonSize: 60, blastButtonPos: [300, 240], blastButtonSize: 60, - rewindButtonPos: [380, 240], + rewindButtonPos: [300, 100], rewindButtonSize: 60, buttonJoystickMultiplier: 2.5 } @@ -385,7 +385,7 @@ class Settings { touchSettings.blastButtonSize = 60; } if (touchSettings.rewindButtonPos == null) { - touchSettings.rewindButtonPos = [380, 240]; + touchSettings.rewindButtonPos = [300, 100]; touchSettings.rewindButtonSize = 60; } if (json.gamepad != null) {