Moved the demo scripts into a directory

This commit is contained in:
2023-03-03 23:57:02 +11:00
parent 08ce7b5536
commit b89f73ac9e
11 changed files with 33 additions and 85 deletions

View File

@@ -31,7 +31,7 @@
initWindow("Airport Game", 1080, 720, false);
//kick off the logic of the scene graph
loadRootNode("scripts:/scene.toy");
loadRootNode("scripts:/demo/scene.toy");
}
//Globals go here