From 735bf98945f83a4c0359a6fc92ef7da58fe27a0b Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 28 Sep 2014 00:45:14 +0200 Subject: [PATCH] Update and rename shapes_color_palette.c to shapes_colors_palette.c --- examples/{shapes_color_palette.c => shapes_colors_palette.c} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename examples/{shapes_color_palette.c => shapes_colors_palette.c} (99%) diff --git a/examples/shapes_color_palette.c b/examples/shapes_colors_palette.c similarity index 99% rename from examples/shapes_color_palette.c rename to examples/shapes_colors_palette.c index ec39e642e..2b98f9091 100644 --- a/examples/shapes_color_palette.c +++ b/examples/shapes_colors_palette.c @@ -18,7 +18,7 @@ int main() int screenWidth = 800; int screenHeight = 450; - InitWindow(screenWidth, screenHeight, "raylib [shapes] example - raylib color palette"); + InitWindow(screenWidth, screenHeight, "raylib [shapes] example - raylib colors palette"); //-------------------------------------------------------------------------------------- // Main game loop @@ -92,4 +92,4 @@ int main() //-------------------------------------------------------------------------------------- return 0; -} \ No newline at end of file +}