More rsr
(Sourced from shakesoda/stepmania.)
This commit is contained in:
@@ -8,6 +8,18 @@ t[#t+1] = Def.ActorFrame {
|
||||
};
|
||||
};
|
||||
|
||||
t[#t+1] = Def.ActorFrame {
|
||||
InitCommand=cmd(y,48);
|
||||
Def.Quad {
|
||||
InitCommand=cmd(vertalign,bottom;zoomto,SCREEN_WIDTH,24);
|
||||
OnCommand=cmd(diffuse,Color.Orange;diffusealpha,0.125;fadetop,1);
|
||||
};
|
||||
Def.Quad {
|
||||
InitCommand=cmd(vertalign,bottom;zoomto,SCREEN_WIDTH,2);
|
||||
OnCommand=cmd(diffuse,Color.Orange);
|
||||
};
|
||||
};
|
||||
|
||||
t[#t+1] = Def.ActorFrame {
|
||||
Name="MenuTimerDecoration";
|
||||
InitCommand=cmd(y,40;visible,false);
|
||||
@@ -35,4 +47,4 @@ t[#t+1] = Def.ActorFrame {
|
||||
};
|
||||
};
|
||||
|
||||
return t
|
||||
return t
|
||||
|
||||
Reference in New Issue
Block a user