(LARGE COMMIT) bring /new from broken. copyright things abound please do not bundle this yet.

This commit is contained in:
Jonathan Payne
2012-03-18 12:39:44 -07:00
parent 217d5c2b52
commit c1be7f6b6f
105 changed files with 1364 additions and 0 deletions
@@ -0,0 +1,17 @@
return Def.ActorFrame {
CurrentSongChangedMessageCommand=function(self)
self:aux(0);
self:playcommand( GAMESTATE:GetCurrentSong():GetTimingData():HasBPMChanges() and "MultipleBPM" or "SingleBPM" );
end;
-- BPM Background
Def.Quad {
Name="BPMBackground";
InitCommand=cmd(zoomto,96,32;diffuse,ThemeColor.Secondary;shadowlength,2;shadowcolor,Color.Alpha(ColorDarkTone(ThemeColor.Primary),0.95));
};
-- BPM Label
LoadFont("Common Normal") .. {
Name="BPMLabel";
Text="Time";
InitCommand=cmd(x,-32;y,-8;zoom,0.5);
};
};