Started on input, tired

This commit is contained in:
2022-10-19 20:42:33 +01:00
parent 951453640f
commit 893430469b
7 changed files with 116 additions and 22 deletions

View File

@@ -6,8 +6,8 @@ fn onInit(node: opaque) {
}
fn onStep(node: opaque) {
print node.getNodeTag();
print node.getNodeParent().getNodeTag();
//print node.getNodeTag();
//print node.getNodeParent().getNodeTag();
}
fn onFree(node: opaque) {