diff options
Diffstat (limited to 'bullets.lua')
| -rw-r--r-- | bullets.lua | 3 |
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 |
