From f67b617a781db8d200272ab4f613acd0fda1b958 Mon Sep 17 00:00:00 2001 From: Nyeogmi Date: Mon, 19 Dec 2022 18:14:07 -0800 Subject: [PATCH] Turn off debug info by default --- chameleonic.p8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chameleonic.p8 b/chameleonic.p8 index 9ec60c5..9be5963 100644 --- a/chameleonic.p8 +++ b/chameleonic.p8 @@ -986,6 +986,7 @@ function rope:draw(artificial_dx,artificial_dy) end end + --[[ for i=0,#self.ancs+1 do p=self:_anc(i) local c=12 @@ -996,7 +997,6 @@ function rope:draw(artificial_dx,artificial_dy) for _,p in pairs(level._anch) do pset(p.x,p.y,11) end - --[[ print("dirty:"..tostr(self.dirty),32,0,9) print("busy:"..tostr(self:busy()),32,7,9) print("state:"..tostr(self.state.name),32,14,9)