2
0
bjorn 10 жил өмнө
parent
commit
b0b105edec
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)) * 10)
+    self.effect:set('radius', math.abs(math.sin(ls.tick)) * 20)
     self.effect:set('angle', ls.tick / 10)
   else
     self.effect:set('radius', 0)