Support significant parts of pico 8 graphics

This commit is contained in:
2024-02-25 18:38:53 -08:00
parent 95c03d25d5
commit 30e4d544fd
11 changed files with 225 additions and 15 deletions

View File

@ -28,7 +28,7 @@ int main(int argc, char** argv) {
// create window
sdl_host_window = SDL_CreateWindow(
"Croc Party!",
game_title(),
SDL_WINDOWPOS_CENTERED,
SDL_WINDOWPOS_CENTERED,
(int) window_w, (int) window_h,