Fixed xrel, yrel having the wrong value

This commit is contained in:
2023-01-28 02:31:40 +00:00
parent 194a52394d
commit b755920100
3 changed files with 21 additions and 19 deletions

View File

@@ -17,7 +17,7 @@ fn onInit(node: opaque) {
node.makeChild("scripts:/entity.toy");
//give the child a child
node.getNodeChild(0).makeChild("scripts:/entity.toy");
// node.getNodeChild(0).makeChild("scripts:/entity.toy");
}
fn onStep(node: opaque) {