J3JFRXUKAT46A5POSYZK24XPBPXN6O6A4W6GEFJRAL2LRYQBY2MQC
QOP5LCGL4IPWKPKK3OLGW4QAYKJ7ZLOKD6ZGWSJLU7KWIBCQ65BQC
O6BJMU4CBHITY2L3ST32YBU2H7ZXYH47Q2TBA4THK5YMAPM6JZEAC
KA3WML5YL2EKXNDNL2GP4GVVCPZYAAZBOQLVJH3GD2LEXUI4OB6AC
HIJWP6Q3CXDRIH7PJXN24JVQJF5Y53JKU7NKFPKCATQWI5DHQA3AC
YUQ4YINAT5YTK3CAY4VK3HSYQ4D63FXLLPMC4R3DUFHIZIUQO7WQC
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)