Files
Airport/assets/scripts/empty.toy

6 lines
119 B
Plaintext

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