2011-03-17 01:47:30 -04:00
|
|
|
return Def.BPMDisplay {
|
|
|
|
|
File=THEME:GetPathF("BPMDisplay", "bpm");
|
|
|
|
|
Name="BPMDisplay";
|
|
|
|
|
SetCommand=function(self) self:SetFromGameState() end;
|
|
|
|
|
CurrentSongChangedMessageCommand=cmd(playcommand,"Set");
|
|
|
|
|
CurrentCourseChangedMessageCommand=cmd(playcommand,"Set");
|
2010-01-26 21:00:30 -06:00
|
|
|
};
|