aboutsummaryrefslogtreecommitdiff
path: root/bullets.lua
diff options
context:
space:
mode:
authorChris Bradley <1029chris@gmail.com>2022-02-19 16:56:48 -0800
committerChris Bradley <1029chris@gmail.com>2022-02-19 16:56:48 -0800
commit395ffd247492b0708b6290824ae61af8fccc1869 (patch)
tree27403919243579c2db5362a4fba1fb30898eb3fa /bullets.lua
parent5bfa4bdc01f19c019e5a8b8e0ac10511d3beaef3 (diff)
Tokens aquired! final boss is indeed cool and epic
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 2884621..715a1ee 100644
--- a/bullets.lua
+++ b/bullets.lua
@@ -5,7 +5,7 @@ function addbullet(x, y, velx, vely, good, sprite)
}
sprite = sprite or 2
- good = good or false
+ --good = good or false
function bullet.draw()
spr(sprite, x, y)