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

11 lines
311 B
Lua
Raw Normal View History

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