From a904d8523ae8022e3e029924e5fc6aefc637f809 Mon Sep 17 00:00:00 2001 From: Frankablu Date: Mon, 16 Dec 2013 04:45:31 +0000 Subject: [PATCH] Debug off --- constants.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.lua b/constants.lua index 4fb2984..c7dbc8a 100755 --- a/constants.lua +++ b/constants.lua @@ -1,7 +1,7 @@ constants = {} -- Debug mode: show hitboxes, and have lots of health -constants.debug = true +constants.debug = false constants.playTime = 160 constants.jumpTime = 100