From: Cameron Ball Date: Mon, 9 Dec 2013 08:12:45 +0000 (+0800) Subject: New functions for #9 also cleaned up the existings ones. X-Git-Url: https://git.cameron1729.xyz/?a=commitdiff_plain;h=7e2407aebaf391bea30a6f1cbd44ed5ac7bedd36;p=GrooveNights.git New functions for #9 also cleaned up the existings ones. --- diff --git a/Themes/GrooveNights/BGAnimations/ScreenEvaluation overlay.xml b/Themes/GrooveNights/BGAnimations/ScreenEvaluation overlay.xml index 65965a7..6bd1918 100644 --- a/Themes/GrooveNights/BGAnimations/ScreenEvaluation overlay.xml +++ b/Themes/GrooveNights/BGAnimations/ScreenEvaluation overlay.xml @@ -262,7 +262,7 @@ end"> if GAMESTATE:IsPlayerEnabled(PLAYER_2) then pn = PLAYER_2 end - local bpm = DisplayBPM(pn, true, false) + local bpm = DisplayBPM(pn) if GetRateMod() ~= '1.0x' then gnSongLengthDisplay = string.gsub(gnSongLength,'Patched','Length Patched'); diff --git a/Themes/GrooveNights/BGAnimations/ScreenPlayerOptions overlay/default.xml b/Themes/GrooveNights/BGAnimations/ScreenPlayerOptions overlay/default.xml index ffeb98e..078071a 100644 --- a/Themes/GrooveNights/BGAnimations/ScreenPlayerOptions overlay/default.xml +++ b/Themes/GrooveNights/BGAnimations/ScreenPlayerOptions overlay/default.xml @@ -478,7 +478,7 @@ InitCommand="%function(self) self:stoptweening(); self:zoom(0.5); self:shadowlength(0); self:x(SCREEN_CENTER_X-200); self:y(SCREEN_CENTER_Y+118); self:maxwidth(140); end" SpeedModChangedMessageCommand="queuecommand,Update" RateModChangedMessageCommand="queuecommand,Update" - UpdateCommand="%function(self) self:settext(DisplayBPM(PLAYER_1, true, false)) end" + UpdateCommand="%function(self) self:settext(DisplayBPM(PLAYER_1)) end" OnCommand="horizalign,left;zoom,0.5;" />