Updated Box
This commit is contained in:
2
Box
2
Box
Submodule Box updated: 37255fba32...8bbc6456d2
@@ -6,7 +6,6 @@ var WIDTH: int const = 143;
|
|||||||
var HEIGHT: int const = 75;
|
var HEIGHT: int const = 75;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//lifecycle functions
|
//lifecycle functions
|
||||||
fn onLoad(node: opaque) {
|
fn onLoad(node: opaque) {
|
||||||
print "onLoad() called";
|
print "onLoad() called";
|
||||||
@@ -18,10 +17,18 @@ fn onInit(node: opaque) {
|
|||||||
node.loadNodeTexture("airport:/little_plane.png");
|
node.loadNodeTexture("airport:/little_plane.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// fn onFrameStart(node: opaque) {
|
||||||
|
// //
|
||||||
|
// }
|
||||||
|
|
||||||
// fn onUpdate(node: opaque, delta: int) {
|
// fn onUpdate(node: opaque, delta: int) {
|
||||||
// //
|
// //
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
// fn onFrameEnd(node: opaque) {
|
||||||
|
// //
|
||||||
|
// }
|
||||||
|
|
||||||
// fn onStep(node: opaque) {
|
// fn onStep(node: opaque) {
|
||||||
// //
|
// //
|
||||||
// }
|
// }
|
||||||
|
|||||||
Reference in New Issue
Block a user