Added water-based step counter

This commit is contained in:
2023-03-07 21:28:16 +11:00
parent 25dadb9bfd
commit 3052b2a265
13 changed files with 124 additions and 69 deletions

View File

@@ -0,0 +1,9 @@
import node;
fn customOnDraw(node: opaque, parentX: int, parentY: int) {
node.drawNode(parentX, parentY);
}
fn onFree(node: opaque) {
node.freeNodeTexture();
}