Change program icons and make dark grey background
authorAndreas Eversberg <jolly@eversberg.eu>
Sun, 26 May 2019 08:49:58 +0000 (10:49 +0200)
committerAndreas Eversberg <jolly@eversberg.eu>
Sun, 26 May 2019 09:05:24 +0000 (11:05 +0200)
src/libopengl/opengl.c
src/mercenary/m2_icon_ovr.ico
src/mercenary/m3_icon_ovr.ico

index d992366..bd4bd57 100644 (file)
@@ -115,7 +115,7 @@ void opengl_clear(int _flip_y)
        flip_y = _flip_y;
 
        /* clear screen */
-       glClearColor(0.0, 0.0, 0.0, 1.0);
+       glClearColor(0.05, 0.05, 0.05, 1.0);
        glClear(GL_COLOR_BUFFER_BIT);
 }
 
index 8641a78..870863d 100644 (file)
Binary files a/src/mercenary/m2_icon_ovr.ico and b/src/mercenary/m2_icon_ovr.ico differ
index 8641a78..cd5df9b 100644 (file)
Binary files a/src/mercenary/m3_icon_ovr.ico and b/src/mercenary/m3_icon_ovr.ico differ