* make the laser anim faster on songwheel
This commit is contained in:
parent
826afb1d80
commit
18c0388543
|
@ -580,7 +580,7 @@ function tickTransitions(deltaTime)
|
||||||
|
|
||||||
-- Laser anim
|
-- Laser anim
|
||||||
if transitionLaserScale < 1 then
|
if transitionLaserScale < 1 then
|
||||||
transitionLaserScale = transitionLaserScale + deltaTime / 3 -- transition should last for that time in seconds
|
transitionLaserScale = transitionLaserScale + deltaTime / 2 -- transition should last for that time in seconds
|
||||||
else
|
else
|
||||||
transitionLaserScale = 0
|
transitionLaserScale = 0
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue