1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-10-03 15:59:04 +00:00

tiny levelitems positioning

This commit is contained in:
Cameron Taylor 2024-02-19 21:40:52 -05:00
parent 4b4cf7ea53
commit 85b3441a03

View file

@ -433,7 +433,7 @@ class StoryMenuState extends MusicBeatState
{
var item:LevelTitle = levelTitles.members[index];
item.targetY = (index - currentIndex) * 120 + 480;
item.targetY = (index - currentIndex) * 125 + 480;
if (index == currentIndex)
{