Tweak shadows, balance screenselectmusic a bit
This commit is contained in:
@@ -8,21 +8,21 @@ t[#t+1] = Def.ActorFrame {
|
||||
end,
|
||||
OffCommand=cmd(sleep,0.175;decelerate,0.4;addy,-105),
|
||||
Def.Quad {
|
||||
InitCommand=cmd(vertalign,top;zoomto,SCREEN_WIDTH,96),
|
||||
InitCommand=cmd(vertalign,top;zoomto,SCREEN_WIDTH,92),
|
||||
OnCommand=function(self)
|
||||
self:diffuse(ScreenColor(SCREENMAN:GetTopScreen():GetName())):diffusebottomedge(ColorDarkTone(ScreenColor(SCREENMAN:GetTopScreen():GetName()))):diffusealpha(1)
|
||||
end
|
||||
},
|
||||
LoadActor("_shade") .. {
|
||||
InitCommand=cmd(vertalign,top;zoomto,SCREEN_WIDTH,96),
|
||||
InitCommand=cmd(vertalign,top;zoomto,SCREEN_WIDTH,92),
|
||||
OnCommand=function(self)
|
||||
self:diffuse(ScreenColor(SCREENMAN:GetTopScreen():GetName())):diffusebottomedge(ColorDarkTone(ScreenColor(SCREENMAN:GetTopScreen():GetName()))):diffusealpha(0.8):faderight(1)
|
||||
end
|
||||
},
|
||||
-- Shadow
|
||||
Def.Quad {
|
||||
InitCommand=cmd(vertalign,top;zoomto,SCREEN_WIDTH,8;y,96),
|
||||
OnCommand=cmd(diffuse,Color("Black");fadebottom,1;diffusealpha,0.6)
|
||||
InitCommand=cmd(vertalign,top;zoomto,SCREEN_WIDTH,4;y,92),
|
||||
OnCommand=cmd(diffuse,Color("Black");fadebottom,1;diffusealpha,0.2)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user