Tweak shadows, balance screenselectmusic a bit

This commit is contained in:
ListenerJubatus
2018-02-22 12:19:10 -06:00
parent e7cc45a2e0
commit df40d27050
4 changed files with 18 additions and 18 deletions
@@ -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)
}
}