Files
itgmania212121/Themes/default/Graphics/ScreenGameplay BPMDisplay.lua
T
2011-06-03 21:51:34 -04:00

9 lines
313 B
Lua

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