1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-11 20:57:20 +00:00

Merge pull request #338 from FunkinCrew/leveltitle-positioning

tiny levelitems positioning
This commit is contained in:
Eric 2024-02-19 21:43:09 -05:00 committed by GitHub
commit 7600b8264a

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)
{