Implement ScreenCaution, fix CDTitle

This commit is contained in:
Jonathan Payne
2014-08-31 16:59:03 -07:00
parent ce305f969d
commit 1464f12b16
9 changed files with 67 additions and 6 deletions
@@ -3,7 +3,7 @@ local t = Def.ActorFrame {};
local function Update(self)
local c = self:GetChildren();
local bps = GAMESTATE:GetSongBPS() or 1
c.TextureStripe:texcoordvelocity(bps,0);
c.TextureStripe:texcoordvelocity(bps/3,0);
end
local function IsVisible()