Closed letmaik closed 12 years ago
It is really annoying if one only wants to update one of x and y:
node.setPosition(newX, node.getPosition().y)
instead of
node.setX(newX)
as in the JS part
It is really annoying if one only wants to update one of x and y:
instead of
as in the JS part