Files
itgmania212121/Themes/default/Graphics/ScreenSelectMusic BPMDisplay.lua
T
2013-07-18 17:43:31 -04:00

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");
};