Hey Ike, kick the drone!

This commit is contained in:
2023-07-16 13:06:16 +10:00
parent 8801d97f5b
commit 7b45e2d5d7
10 changed files with 675 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ import standard;
import node;
//lifecycle functions
fn onLoad(node: opaque) {
fn onInit(node: opaque) {
// node.setNodeScaleX(CAMERA_SCALE_X);
// node.setNodeScaleY(CAMERA_SCALE_Y);
}