see previous commit

This commit is contained in:
Jonathan Payne
2012-07-22 22:45:10 -07:00
parent 280d4ecde7
commit 3eb4e8d284
8 changed files with 55 additions and 7 deletions
@@ -0,0 +1,4 @@
return LoadFont("Common Normal") .. {
Text=string.format("%i songs in %i groups, %i courses", SONGMAN:GetNumSongs(), SONGMAN:GetNumSongGroups(), SONGMAN:GetNumCourses() );
AltText="StepMania";
};
@@ -0,0 +1,6 @@
return Def.ActorFrame {
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_BOTTOM);
Def.Quad {
InitCommand=cmd(vertalign,bottom;zoomto,SCREEN_WIDTH,32;diffuse,Color.Black);
};
};
Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB