Update and rename shapes_color_palette.c to shapes_colors_palette.c

This commit is contained in:
Ray 2014-09-28 00:45:14 +02:00
parent 86446c6102
commit 735bf98945
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ int main()
int screenWidth = 800; int screenWidth = 800;
int screenHeight = 450; int screenHeight = 450;
InitWindow(screenWidth, screenHeight, "raylib [shapes] example - raylib color palette"); InitWindow(screenWidth, screenHeight, "raylib [shapes] example - raylib colors palette");
//-------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------
// Main game loop // Main game loop
@ -92,4 +92,4 @@ int main()
//-------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------
return 0; return 0;
} }