Testing new styles

This commit is contained in:
raysan5
2017-12-31 18:12:53 +01:00
parent 8c4f961f3c
commit 1c60bae84d
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 394 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 395 B

View File

@ -52,7 +52,7 @@
// Defines and Macros
//----------------------------------------------------------------------------------
#define FONT_SIZE 10
#define COLOR_REC BEIGE
#define COLOR_REC GuiLinesColor()
#define NUM_COLOR_SAMPLES 10
#define ELEMENT_HEIGHT 38
#define STATUS_BAR_HEIGHT 25
@ -240,7 +240,7 @@ int main()
currentPath[strlen(currentPath)] = '\\';
currentPath[strlen(currentPath) + 1] = '\0'; // Not really required
//LoadGuiStyleImage("rguistyle_default_dark.png");
LoadGuiStyleImage("rguistyle_default_dark.png");
SetTargetFPS(60);
//--------------------------------------------------------------------------------------