Skip to content

Commit

Permalink
no more graphic midpoint!!
Browse files Browse the repository at this point in the history
its fixed now LOL
  • Loading branch information
JordanSantiagoYT committed Dec 24, 2024
1 parent 7b1f99c commit 1919e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/options/OptionsState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1919e42

Please sign in to comment.