mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-20 13:53:13 +00:00
tiny levelitems positioning
This commit is contained in:
parent
4b4cf7ea53
commit
85b3441a03
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue