Skip to content

Commit

Permalink
New title menu! oooh so pretty i hate the background but i love every…
Browse files Browse the repository at this point in the history
…thing else
  • Loading branch information
RyutoSetsujin committed Aug 6, 2022
1 parent 6bfe227 commit ea0a5da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions metrics.ini
Original file line number Diff line number Diff line change
Expand Up @@ -750,11 +750,12 @@ ChoiceGameSelect="screen,ScreenSelectGameLua;text,Select Game"
ChoiceReload="screen,ScreenReloadSongs;text,Reload"
#
WrapScroller=false
ScrollerTransform=function(self,offset,itemIndex,numItems) self:y((28)*(itemIndex-(numItems-1)/2)); end;
# the following code was provided to me by Tyr Kilcat (and later modified by me) from the Project OutFox Discord server! Thank you!
ScrollerTransform=function(self,offset,itemIndex,numItems) self:x((130)*(itemIndex-(numItems-1)/2)):zoom(0.8); end;
ScrollerSecondsPerItem=0
ScrollerNumItemsToDraw=20
ScrollerX=SCREEN_CENTER_X
ScrollerY=SCREEN_CENTER_Y+80
ScrollerY=SCREEN_CENTER_Y+100
ScrollerOnCommand=zoom,0;bounceend,0.35;zoom,1
#
ShowLogo=true
Expand Down

0 comments on commit ea0a5da

Please sign in to comment.