Files
itgmania212121/Themes/legacy/Graphics/ScreenSelectMusic BPMDisplay.lua
T

7 lines
263 B
Lua
Raw Normal View History

2017-08-08 01:07:34 -06: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");
};