浏览代码

Slow radius;

bjorn 10 年之前
父节点
当前提交
f068a5ef71
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deps/view.lua

+ 1 - 1
deps/view.lua

@@ -120,7 +120,7 @@ function View:draw()
   g.setColor(255, 255, 255)
   love.math.setRandomSeed(ls.tick * 100)
   if ctx.pigeon.rainbowShitTimer > 0 then
-    self.effect:set('radius', math.abs(math.sin(ls.tick)) * 20)
+    self.effect:set('radius', math.abs(math.sin(ls.tick / 10)) * 20)
     self.effect:set('angle', ls.tick / 10)
   else
     self.effect:set('radius', 0)