Skip to content

Commit ea0a5da

Browse files
committed
New title menu! oooh so pretty i hate the background but i love everything else
1 parent 6bfe227 commit ea0a5da

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

metrics.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -750,11 +750,12 @@ ChoiceGameSelect="screen,ScreenSelectGameLua;text,Select Game"
750750
ChoiceReload="screen,ScreenReloadSongs;text,Reload"
751751
#
752752
WrapScroller=false
753-
ScrollerTransform=function(self,offset,itemIndex,numItems) self:y((28)*(itemIndex-(numItems-1)/2)); end;
753+
# the following code was provided to me by Tyr Kilcat (and later modified by me) from the Project OutFox Discord server! Thank you!
754+
ScrollerTransform=function(self,offset,itemIndex,numItems) self:x((130)*(itemIndex-(numItems-1)/2)):zoom(0.8); end;
754755
ScrollerSecondsPerItem=0
755756
ScrollerNumItemsToDraw=20
756757
ScrollerX=SCREEN_CENTER_X
757-
ScrollerY=SCREEN_CENTER_Y+80
758+
ScrollerY=SCREEN_CENTER_Y+100
758759
ScrollerOnCommand=zoom,0;bounceend,0.35;zoom,1
759760
#
760761
ShowLogo=true

0 commit comments

Comments
 (0)