瀏覽代碼

Update and rename shapes_color_palette.c to shapes_colors_palette.c

pull/3/head
Ray 10 年之前
父節點
當前提交
735bf98945
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      examples/shapes_colors_palette.c

examples/shapes_color_palette.c → 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;
}
}

Loading…
取消
儲存