aboutsummaryrefslogtreecommitdiff
path: root/bullets.lua
diff options
context:
space:
mode:
authorRibbon <ambiguousmachine@gmail.com>2022-02-15 00:50:02 -0800
committerRibbon <ambiguousmachine@gmail.com>2022-02-15 00:50:02 -0800
commitfa5e998299e2ab009c57f94da06d6d83ef8378c3 (patch)
tree4794f933319901fc0d4cdfe2d622a5426cc87790 /bullets.lua
parentec782e650209817967bc2efb114db73c91572ec3 (diff)
Updated boss sprite location, laster particle colour, bomb enemy sprite
Diffstat (limited to 'bullets.lua')
-rw-r--r--bullets.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/bullets.lua b/bullets.lua
index c287da1..fa7ac04 100644
--- a/bullets.lua
+++ b/bullets.lua
@@ -105,7 +105,7 @@ function addlaser(x, y, r)
sfx(24, -2)
sfx(25, 3)
for i = 1, 16, 1 do
- addcircle(rnd(laser.x), laser.y-laser.r/2+rnd(laser.r), -0.5, -0.5, rnd(3), rnd(2), rnd({11,14,7}), 0)
+ addcircle(rnd(laser.x), laser.y-laser.r/2+rnd(laser.r), -0.5, -0.5, rnd(3), rnd(2), rnd({11,14,3}), 0)
end
end
end