Updated and testing Box

This commit is contained in:
2023-06-22 00:07:11 +10:00
parent eca14eec2a
commit 741d7c934d
4 changed files with 24 additions and 75 deletions

View File

@@ -32,10 +32,10 @@
//this function must always be called, or the engine won't run
initWindow("Skyland", 32*16, 32*16 + 32, false); //TODO: custom FPS setting
initWindow("Airport", 800, 600, false); //TODO: custom FPS setting
//kick off the logic of the scene graph
loadRootNode("scripts:/gameplay/scene.toy");
loadRootNode("scripts:/airplane.toy");
}
//Globals go here