More rsr
(Sourced from shakesoda/stepmania.)
This commit is contained in:
@@ -6,4 +6,15 @@ t[#t+1] = Def.ActorFrame {
|
||||
OnCommand=cmd(diffuse,Color.Black;diffusealpha,0.75);
|
||||
};
|
||||
};
|
||||
return t
|
||||
t[#t+1] = Def.ActorFrame {
|
||||
InitCommand=cmd(y,-64);
|
||||
Def.Quad {
|
||||
InitCommand=cmd(vertalign,top;zoomto,SCREEN_WIDTH,48);
|
||||
OnCommand=cmd(diffuse,Color.Orange;diffusealpha,0.125;fadebottom,1);
|
||||
};
|
||||
Def.Quad {
|
||||
InitCommand=cmd(vertalign,top;zoomto,SCREEN_WIDTH,2);
|
||||
OnCommand=cmd(diffuse,Color.Orange);
|
||||
};
|
||||
};
|
||||
return t
|
||||
|
||||
Reference in New Issue
Block a user