From 1968c6a739564838b8ad4add1b18a6e37f0b0a78 Mon Sep 17 00:00:00 2001 From: Nyeogmi Date: Sun, 18 Dec 2022 17:51:35 -0800 Subject: [PATCH] Turn off debugging info by default again --- chameleonic.p8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chameleonic.p8 b/chameleonic.p8 index f2e71f0..b2f42cc 100644 --- a/chameleonic.p8 +++ b/chameleonic.p8 @@ -930,6 +930,7 @@ function rope:draw() end end + --[[ for i=0,#self.ancs+1 do p=self:_anc(i) local c=12 @@ -940,7 +941,6 @@ function rope:draw() 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)