Seemed to be a typo. Hope this helps.
This commit is contained in:
Ashley Chekhov
2024-10-04 09:04:26 +00:00
committed by GitHub
parent 96d91a3892
commit 20ce8ba046

View File

@@ -47,7 +47,7 @@ int main(void)
UnloadImage(cat); // Unload image from RAM UnloadImage(cat); // Unload image from RAM
// Load custom font for frawing on image // Load custom font for drawing on image
Font font = LoadFont("resources/custom_jupiter_crash.png"); Font font = LoadFont("resources/custom_jupiter_crash.png");
// Draw over image using custom font // Draw over image using custom font
@@ -93,4 +93,4 @@ int main(void)
//-------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------
return 0; return 0;
} }