1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-12 05:07:06 +00:00

selected in middle-ish

This commit is contained in:
Cameron Taylor 2023-08-04 15:59:17 -04:00 committed by EliteMasterEric
parent db563a4967
commit 7ac2e91c8d

View file

@ -970,6 +970,8 @@ class FreeplayState extends MusicBeatSubState
for (index => capsule in grpCapsules.members)
{
index += 1;
capsule.selected = false;
capsule.targetPos.y = ((index - curSelected) * 150) + 160;