diff --git a/main.cpp b/main.cpp index 910755f..c3441ae 100644 --- a/main.cpp +++ b/main.cpp @@ -98,7 +98,7 @@ int main(int argc, char *argv[]) { SDL_SetRenderDrawColor(renderer, 130, 163, 255, 1); - SDL_Surface* fontSurface = IMG_Load("font.png"); + SDL_Surface* fontSurface = IMG_Load("output.png"); if (fontSurface == NULL) { cout << "Could not find spritesheet" << endl; return 1; diff --git a/output.png b/output.png new file mode 100644 index 0000000..b9c1cf4 Binary files /dev/null and b/output.png differ