Browse Source

Slow radius;

bjorn 10 năm trước cách đây
mục cha
commit
f068a5ef71
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)