Added water-based step counter
This commit is contained in:
9
assets/scripts/gameplay/text.toy
Normal file
9
assets/scripts/gameplay/text.toy
Normal 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();
|
||||
}
|
||||
Reference in New Issue
Block a user