2010-01-26 21:00:30 -06:00
|
|
|
return Def.SongBPMDisplay {
|
|
|
|
|
File=THEME:GetPathF("BPMDisplay", "bpm");
|
|
|
|
|
Name="BPMDisplay";
|
2010-06-25 20:52:45 -05:00
|
|
|
InitCommand=cmd(zoom,0.675;shadowlength,1);
|
2010-01-26 21:00:30 -06:00
|
|
|
SetCommand=function(self) self:SetFromGameState() end;
|
|
|
|
|
CurrentSongChangedMessageCommand=cmd(playcommand,"Set");
|
|
|
|
|
CurrentCourseChangedMessageCommand=cmd(playcommand,"Set");
|
|
|
|
|
};
|