diff --git a/main.c b/main.c index 8e73602..8558e5c 100644 --- a/main.c +++ b/main.c @@ -207,7 +207,7 @@ int main(void) srand(time(NULL)); SetConfigFlags(FLAG_WINDOW_RESIZABLE); - SetTraceLogLevel(LOG_ERROR); + // SetTraceLogLevel(LOG_ERROR); menu = (Rectangle){0, 0, screen_width, screen_height - screen_width}; tile_image_orig = LoadImage("ressources/tile.png"); @@ -236,7 +236,10 @@ int main(void) BeginDrawing(); { - ClearBackground(BLACK); + ClearBackground((Color) { + .r = 0x8E, .g = 0x8E, .b = 0x8E, .a = 255 + }); + if (IsKeyPressed(KEY_S)) { TakeScreenshot("minesweeper-screenshot.png"); @@ -285,7 +288,7 @@ int main(void) DrawRectangleRec(menu, menu_color); DrawRectangleRec(grid, (Color) { - .r = 255, .g = 240, .b = 172, .a = 255 + .r = 0xC6, .g = 0xC6, .b = 0xC6, .a = 255 }); for (int x=0; x - - - - - - - - - - - 1 - - - diff --git a/ressources/2.png b/ressources/2.png index 4a36687..a1bcdf2 100644 Binary files a/ressources/2.png and b/ressources/2.png differ diff --git a/ressources/2.svg b/ressources/2.svg deleted file mode 100644 index ed0268c..0000000 --- a/ressources/2.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - 2 - - diff --git a/ressources/3.png b/ressources/3.png index aac567c..058828d 100644 Binary files a/ressources/3.png and b/ressources/3.png differ diff --git a/ressources/3.svg b/ressources/3.svg deleted file mode 100644 index 8bd9b7a..0000000 --- a/ressources/3.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - 3 - - diff --git a/ressources/4.png b/ressources/4.png index 1cd18b5..30319ad 100644 Binary files a/ressources/4.png and b/ressources/4.png differ diff --git a/ressources/4.svg b/ressources/4.svg deleted file mode 100644 index e835a89..0000000 --- a/ressources/4.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - 4 - - diff --git a/ressources/5.png b/ressources/5.png index 558230e..4cdf71d 100644 Binary files a/ressources/5.png and b/ressources/5.png differ diff --git a/ressources/5.svg b/ressources/5.svg deleted file mode 100644 index aedaeda..0000000 --- a/ressources/5.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - 5 - - diff --git a/ressources/6.png b/ressources/6.png index 85880c7..237e2ea 100644 Binary files a/ressources/6.png and b/ressources/6.png differ diff --git a/ressources/6.svg b/ressources/6.svg deleted file mode 100644 index 802c4ce..0000000 --- a/ressources/6.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - 6 - - diff --git a/ressources/7.png b/ressources/7.png index 264282d..e17a5dd 100644 Binary files a/ressources/7.png and b/ressources/7.png differ diff --git a/ressources/7.svg b/ressources/7.svg deleted file mode 100644 index 8e9b078..0000000 --- a/ressources/7.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - 7 - - diff --git a/ressources/8.png b/ressources/8.png index 4fad181..f591d45 100644 Binary files a/ressources/8.png and b/ressources/8.png differ diff --git a/ressources/8.svg b/ressources/8.svg deleted file mode 100644 index 6844de5..0000000 --- a/ressources/8.svg +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - 8 - - diff --git a/ressources/mine.png b/ressources/mine.png index 67bae25..a2f2cfa 100644 Binary files a/ressources/mine.png and b/ressources/mine.png differ diff --git a/ressources/mine.svg b/ressources/mine.svg deleted file mode 100644 index e86445b..0000000 --- a/ressources/mine.svg +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/ressources/tile.png b/ressources/tile.png index 254ef98..135b19e 100644 Binary files a/ressources/tile.png and b/ressources/tile.png differ diff --git a/ressources/tile.svg b/ressources/tile.svg deleted file mode 100644 index d5dbb15..0000000 --- a/ressources/tile.svg +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - diff --git a/ressources/tile_hover.png b/ressources/tile_hover.png index 0847865..115a8f5 100644 Binary files a/ressources/tile_hover.png and b/ressources/tile_hover.png differ diff --git a/ressources/tile_hover.svg b/ressources/tile_hover.svg deleted file mode 100644 index 8c1aa67..0000000 --- a/ressources/tile_hover.svg +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - - - - - -