From a06622361d858c4d9c78c15323fc0d0e17e94110 Mon Sep 17 00:00:00 2001 From: the lemons Date: Wed, 21 Dec 2022 15:46:30 -0600 Subject: collision detection and correction --- objects/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'objects/test.lua') 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) -- cgit v1.2.3