Implemented text for nodes, updated Toy

This commit is contained in:
2023-03-07 07:03:10 +11:00
parent 9b25061658
commit 25dadb9bfd
7 changed files with 173 additions and 8 deletions

View File

@@ -1 +1,6 @@
//this file is a polyfill TODO: fix this
//this file is a polyfill TODO: fix this
fn onDraw(node: opaque) {
//debug draw at the origin
node.drawNode(0, 0);
}