theme cleanup

This commit is contained in:
Chris Danford
2008-03-31 11:49:26 +00:00
parent e5d0889f4c
commit 7f7e254f36
39 changed files with 138 additions and 159 deletions
@@ -0,0 +1,22 @@
return Def.ActorFrame {
LoadActor( "top" ) .. {
InitCommand=cmd();
};
Def.ActorFrame {
InitCommand=cmd(x,-284;y,-6;);
LoadActor( "bar" ) .. {
InitCommand=cmd(horizalign,left;y,4);
};
LoadFont( "_sf sports night ns upright 52" ) .. {
InitCommand=cmd(x,64;y,-7;horizalign,left;shadowlength,0;zoom,0.5;settext,"Select Style";skewx,-0.15);
};
LoadFont( "_venacti 24" ) .. {
InitCommand=cmd(x,64;y,12;horizalign,left;shadowlength,0;zoom,0.5;settext,"I can't wait to see your next moves!");
};
LoadActor( "arrow" ) .. {
};
LoadActor( "ring" ) .. {
InitCommand=cmd(x,-1.5);
};
};
};