diff options
| author | 1029chris <1029chris@gmail.com> | 2022-02-02 17:13:53 -0800 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2022-02-02 17:13:53 -0800 |
| commit | 23383a22b2b1e0508053f9559f4174d7e163b103 (patch) | |
| tree | f4666f7351bc8630bc00352cb9cbf7f188f3a3ee /objects.lua | |
| parent | 6d84e60455afb5e45db773541ff4b96e91c06705 (diff) | |
Added circle particles, and more bullet stuff
Diffstat (limited to 'objects.lua')
| -rw-r--r-- | objects.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/objects.lua b/objects.lua index 5284b03..69b2bd8 100644 --- a/objects.lua +++ b/objects.lua @@ -6,6 +6,6 @@ function updateobjs() end function drawobjs() - foreach(players, function(obj) obj:draw() end) foreach(obj, function(obj) obj:draw() end) + foreach(players, function(obj) obj:draw() end) end
\ No newline at end of file |
