aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts
diff options
context:
space:
mode:
authorAndy Belle-Isle <drumsetmonkey@gmail.com>2019-10-07 15:06:24 -0400
committerAndy Belle-Isle <drumsetmonkey@gmail.com>2019-10-07 15:06:24 -0400
commit9cef5e64ddd1ef20369b25cc19b1980084ebaefe (patch)
tree3ec2a1f80dc7eed34d2859016e568d04c44565e1 /Scripts
parent17ae15b41c5ec912c36956dbc38e5a95af0ac648 (diff)
Added image based hitbox detection
Diffstat (limited to 'Scripts')
-rw-r--r--Scripts/init.lua2
1 files changed, 1 insertions, 1 deletions
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 --