Rhythm noteskin ( beat )
This commit is contained in:
@@ -42,9 +42,18 @@ FooterOffCommand=
|
||||
[ScreenTitleMenu]
|
||||
ScrollerY=SCREEN_CENTER_Y*1.5
|
||||
ScrollerOnCommand=
|
||||
# New: Load ScrollerItem SpacingX/Y
|
||||
ScrollerTransform=function(self,offset,itemIndex,numItems) \
|
||||
self:y((0)*(itemIndex-(numItems-1)/2)); \
|
||||
local fSpaceX = THEME:GetMetric( Var "LoadingScreen","ScrollerItemSpacingX"); \
|
||||
local fSpaceY = THEME:GetMetric( Var "LoadingScreen","ScrollerItemSpacingY"); \
|
||||
self:x( (i-1) * fSpaceX ); \
|
||||
self:y( (i-1) * fSpaceY ); \
|
||||
end;
|
||||
|
||||
# New: Adjust menu items
|
||||
ScrollerItemSpacingX=0
|
||||
ScrollerItemSpacingY=24
|
||||
ScrollerItemInitCommand=zoom,1;shadowlength,1
|
||||
ScrollerItemGainFocusCommand=finishtweening;linear,0.125;zoom,1.25
|
||||
ScrollerItemLoseFocusCommand=finishtweening;linear,0.125;zoom,1
|
||||
[ScreenSelectMusic]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user