catch up to latest developments #10

Merged
kistaro merged 12 commits from pyrex/chameleonic:main into main 2022-12-21 06:50:14 +00:00
Showing only changes of commit f67b617a78 - Show all commits

View File

@ -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)