From 85b3441a031aaeb08c30f8b8cd1f1dbf8e6c90ad Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Mon, 19 Feb 2024 21:40:52 -0500 Subject: [PATCH] tiny levelitems positioning --- source/funkin/ui/story/StoryMenuState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/funkin/ui/story/StoryMenuState.hx b/source/funkin/ui/story/StoryMenuState.hx index bd7a05f91..9012f3672 100644 --- a/source/funkin/ui/story/StoryMenuState.hx +++ b/source/funkin/ui/story/StoryMenuState.hx @@ -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) {