bjorn hace 10 años
padre
commit
f068a5ef71
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)