(Sourced from shakesoda/stepmania.)
This commit is contained in:
Jonathan Payne
2013-10-05 18:00:51 -07:00
parent 6f9b0dc4af
commit c2be6bede7
6 changed files with 135 additions and 2 deletions
@@ -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