2011-06-03 21:51:34 -04:00
|
|
|
return Def.SongBPMDisplay {
|
2011-03-17 01:47:30 -04:00
|
|
|
File=THEME:GetPathF("BPMDisplay", "bpm");
|
|
|
|
|
Name="BPMDisplay";
|
|
|
|
|
InitCommand=cmd(zoom,0.675;shadowlength,1);
|
|
|
|
|
SetCommand=function(self) self:SetFromGameState() end;
|
|
|
|
|
CurrentSongChangedMessageCommand=cmd(playcommand,"Set");
|
|
|
|
|
CurrentCourseChangedMessageCommand=cmd(playcommand,"Set");
|
2011-06-03 18:05:08 -04:00
|
|
|
};
|