Files
itgmania212121/Themes/default/Graphics/ScreenGameplay BPMDisplay.lua
T
2010-01-26 21:00:30 -06:00

8 lines
303 B
Lua

return Def.SongBPMDisplay {
File=THEME:GetPathF("BPMDisplay", "bpm");
Name="BPMDisplay";
InitCommand=cmd(zoom,0.75);
SetCommand=function(self) self:SetFromGameState() end;
CurrentSongChangedMessageCommand=cmd(playcommand,"Set");
CurrentCourseChangedMessageCommand=cmd(playcommand,"Set");
};