From 9cef5e64ddd1ef20369b25cc19b1980084ebaefe Mon Sep 17 00:00:00 2001 From: Andy Belle-Isle Date: Mon, 7 Oct 2019 15:06:24 -0400 Subject: Added image based hitbox detection --- Scripts/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Scripts') diff --git a/Scripts/init.lua b/Scripts/init.lua index ec9e350..1693d0c 100644 --- a/Scripts/init.lua +++ b/Scripts/init.lua @@ -86,7 +86,7 @@ ball = { dofile("Scripts/world.lua") playerSpawn = game.spawn(player); -game.spawn(ball); +--game.spawn(ball); ------------------- -- SERIALIZING -- -- cgit v1.2.3