Got character walking around, fixed leak

This commit is contained in:
2023-03-04 08:19:18 +11:00
parent f152afc9d7
commit 3df788e69a
7 changed files with 164 additions and 6 deletions

View File

@@ -28,10 +28,10 @@
//this function must always be called, or the engine won't run
initWindow("Airport Game", 1080, 720, false);
initWindow("Skyland", 1080, 720, false);
//kick off the logic of the scene graph
loadRootNode("scripts:/demo/scene.toy");
loadRootNode("scripts:/gameplay/lejana.toy");
}
//Globals go here