From 1919e427c405ad9e85b32f0e77dd9299f8558c1b Mon Sep 17 00:00:00 2001 From: JordanSantiagoYT Date: Tue, 24 Dec 2024 00:14:52 -0500 Subject: [PATCH] no more graphic midpoint!! its fixed now LOL --- source/options/OptionsState.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/options/OptionsState.hx b/source/options/OptionsState.hx index aa682d4aaea..b7c7ad0216b 100644 --- a/source/options/OptionsState.hx +++ b/source/options/OptionsState.hx @@ -212,10 +212,10 @@ class OptionsState extends MusicBeatState selectorLeft.y = item.y; selectorRight.x = item.x + item.width + 15; selectorRight.y = item.y; - try { camFollow.setPosition(item.getGraphicMidpoint().x, item.getGraphicMidpoint().y - thing); } - catch(e) {camFollow.setPosition(FlxG.width / 2, FlxG.height / 2 - thing);} } } + camFollow.setPosition(FlxG.width / 2, 20 + (curSelected * (grpOptions.members.length * 10))); + FlxG.sound.play(Paths.sound('scrollMenu')); } function checkKonamiCode():Bool {