(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
@@ -0,0 +1,8 @@
return Def.ActorFrame {
Def.Quad {
InitCommand=cmd(x,-(32)/2;zoomto,128+32,32);
};
Def.Quad {
InitCommand=cmd(x,(128+32)/2;zoomto,32,32;diffuse,color("#7C7C7C"));
};
};