Added camera

This commit is contained in:
2021-02-28 22:22:13 +11:00
parent 5d17a5af12
commit 73d2e62fb8
10 changed files with 196 additions and 24 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;
}