XZIZFDCSIG7UOPRUECVC5YW2YXZB6B2YYQ67LUM2PXRNY7AQJSZQC
VMENYYZNZHHGCLUKX2BG6BOU2TMRTX7DZEBURKPW4VRHFNMZSPBQC
YP6VNE2EL34ZU2LTDHDKEGCPTCXIS3ABCHDSY3B4UDOP6KF24GVQC
KDIC32VKQ4Z7UAWIJBTUNXZWKJIZ4FTGUN5TCILOLIC5LYWQZEOQC
3L7AIL636NDE5BOTG3LXW44CFW7H2QFBH3LGMSF6NYHE7GVXV3UAC
JIBCE66ZTWM5WEHEHNKKTRWBJQSQWBDDWPMOJIJR5Q676OSHYCNAC
if y and y >= node.y-10 and y < node.x+h+10 then
if y and y >= node.y-10 and y < node.y+h+10 then
if x.id then print(x.id, x.type) elseif x.keys then print('keys', x.type) for _,k in ipairs(x.keys) do print('', k) end end
if x.id then print(x.id, x.type)
elseif x.keys then
print('keys', x.type)
for _,k in ipairs(x.keys) do
print('', k)
end
App.color{r=0,g=0,b=1} if Edge.s.debug_info then for _,p in ipairs(Edge.s.debug_info) do love.graphics.circle('line', vx(p.sx), vy(p.sy), 5) end end
App.color{r=0,g=0,b=1}
if Edge.s.debug_info then
for _,p in ipairs(Edge.s.debug_info) do
love.graphics.circle('line', vx(p.sx), vy(p.sy), 5)