Files
Airport/assets/scripts/empty.toy

5 lines
89 B
Plaintext

//this file is a polyfill TODO: fix this
fn getRealPos(node: opaque) {
return [0, 0];
}