Grid-based movement and collisions working

This commit is contained in:
2023-03-05 05:13:53 +11:00
parent 0d0e6369c9
commit b1ee485905
5 changed files with 190 additions and 99 deletions

View File

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