diff options
| author | the lemons <citrons@mondecitronne.com> | 2022-12-21 15:46:30 -0600 |
|---|---|---|
| committer | the lemons <citrons@mondecitronne.com> | 2022-12-21 17:45:51 -0600 |
| commit | a06622361d858c4d9c78c15323fc0d0e17e94110 (patch) | |
| tree | 52aa25c53874a4c597cf0cab0824c9ed9ccb7bcb /objects/test.lua | |
| parent | 619c46c37731df55bd2f50b7bb126c016734796e (diff) | |
collision detection and correction
Diffstat (limited to 'objects/test.lua')
| -rw-r--r-- | objects/test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/objects/test.lua b/objects/test.lua index d8c1a65..9d72b29 100644 --- a/objects/test.lua +++ b/objects/test.lua @@ -1,4 +1,4 @@ -local test = {radius = 4} +local test = {hitbox = 4} function test:draw() line(-4, 4, 0, -4, 4, 4, -4, 4) |
