Implemented node child sorting
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import node;
|
||||
|
||||
//this is a child of the step counter, which simply renders text
|
||||
|
||||
fn customOnDraw(node: opaque, parentX: int, parentY: int) {
|
||||
node.drawNode(parentX, parentY);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user