f257f19dad
I'd like to thank everyone who made this possible;, including but not limited to Riakodoadm, MrThatKid, kyzentun, Luizsan, JoseVarelaP, everyone else who provided feedback and bug reports.
7 lines
263 B
Lua
7 lines
263 B
Lua
return Def.BPMDisplay {
|
|
File=THEME:GetPathF("BPMDisplay", "bpm");
|
|
Name="BPMDisplay";
|
|
SetCommand=function(self) self:SetFromGameState() end;
|
|
CurrentSongChangedMessageCommand=cmd(playcommand,"Set");
|
|
CurrentCourseChangedMessageCommand=cmd(playcommand,"Set");
|
|
}; |