This commit is contained in:
2022-11-06 04:17:45 +00:00
parent f13900b7ca
commit 526efff00c
2 changed files with 1 additions and 4 deletions

2
Toy

Submodule Toy updated: 5d240f85a6...a55338d8e3

View File

@@ -25,10 +25,7 @@ fn onInit(node: opaque) {
print "render.toy:onInit() called";
node.loadTexture("assets/sprites/character.png");
print "loaded texture";
parent = node.getNodeParent();
print "accessed parent";
}
fn onKeyDown(node: opaque, event: string) {