aboutsummaryrefslogtreecommitdiff
path: root/bullets.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2022-02-07 17:48:48 -0800
committer1029chris <1029chris@gmail.com>2022-02-07 17:48:48 -0800
commit7ce2c5f87ed280d2e9294e14ab0fc0320f9cccec (patch)
tree24eb6034c47949c564abf6c867f39f80b3f9dda1 /bullets.lua
parent185d69eec3391cad34fb6066d8addbbf1f41e6c3 (diff)
Circle fix, ribbon did some stuff i dunno what is was dont ask me
Diffstat (limited to 'bullets.lua')
-rw-r--r--bullets.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/bullets.lua b/bullets.lua
index 41ff210..5bcb91d 100644
--- a/bullets.lua
+++ b/bullets.lua
@@ -1,5 +1,3 @@
-bullets = {}
-
function addbullet(x, y, velx, vely, evil, sprite)
local bullet = {}
@@ -47,5 +45,4 @@ function addbullet(x, y, velx, vely, evil, sprite)
end
add(obj, bullet)
- add(bullet, #obj)
end \ No newline at end of file