node.x and node.y are nil
josefnpat opened this issue · 2 comments
josefnpat commented
jumper-1.8.1-1.tar.gz
seems to work with the demo provided in the readme. current head (df4eb22) does not. node.x
and node.y
are nil
. node
seems to be a table.
Yonaba commented
Hi @josefnpat (long time no see :) )
Yes I am aware of that, the reason being current head points to a dev (unstable) code.
Valid fields are now node._x
and node._y
and can also be accessed through node:getX()
and node:getY()
. I was actually experimenting some changes with this current head. It will be properly documented when I have time, along with some other new features.
Until then, I will advise sticking to the latest stable (1.8.1).
josefnpat commented
Ok, thanks! Nice to see you too <3