Updated for resources scanning system

This commit is contained in:
Ray
2025-08-04 14:13:17 +02:00
parent 80dd72ce12
commit e130775e0d
2 changed files with 8 additions and 6 deletions

View File

@ -210,7 +210,7 @@ int main(void)
{
DrawRectangle(0, 0, GetScreenWidth(), GetScreenHeight(), Fade(RAYWHITE, 0.8f));
DrawRectangle(0, 150, GetScreenWidth(), 80, BLACK);
DrawText("IMAGE SAVED: my_amazing_texture_painting.png", 150, 180, 20, RAYWHITE);
DrawText("IMAGE SAVED!", 150, 180, 20, RAYWHITE);
}
EndDrawing();