Added camera

This commit is contained in:
2021-02-28 22:22:13 +11:00
parent 90fa9d8314
commit 97390122c9
8 changed files with 189 additions and 6 deletions

View File

@ -19,7 +19,7 @@ game_t * gameInit(platform_t *platform) {
return NULL;
}
// Pass to the main game to handle.r
// Pass to the main game to handle
return game;
}