Increase text size
All checks were successful
Run UnitTests / build-and-run-tests (push) Successful in 27s
All checks were successful
Run UnitTests / build-and-run-tests (push) Successful in 27s
This commit is contained in:
parent
25dafb26b5
commit
3aac3cdf26
2 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
||||||
#define TRI_GUI_BG_COLOR 0x505050FF
|
#define TRI_GUI_BG_COLOR 0x505050FF
|
||||||
#define TRI_GUI_BASE_COLOR 0x404040FF
|
#define TRI_GUI_BASE_COLOR 0x404040FF
|
||||||
#define TRI_GUI_TEXT_COLOR 0xFFFFFFFF
|
#define TRI_GUI_TEXT_COLOR 0xFFFFFFFF
|
||||||
|
#define TRI_GUI_TEXT_SIZE 20
|
||||||
|
|
||||||
#define CLICK_TIMEOUT_TIME 0.4F
|
#define CLICK_TIMEOUT_TIME 0.4F
|
||||||
|
|
||||||
|
|
|
@ -57,6 +57,7 @@ clickTimeout(0.0F)
|
||||||
GuiSetStyle(DEFAULT, BACKGROUND_COLOR, TRI_GUI_BG_COLOR);
|
GuiSetStyle(DEFAULT, BACKGROUND_COLOR, TRI_GUI_BG_COLOR);
|
||||||
GuiSetStyle(DEFAULT, BASE_COLOR_NORMAL, TRI_GUI_BASE_COLOR);
|
GuiSetStyle(DEFAULT, BASE_COLOR_NORMAL, TRI_GUI_BASE_COLOR);
|
||||||
GuiSetStyle(DEFAULT, TEXT_COLOR_NORMAL, TRI_GUI_TEXT_COLOR);
|
GuiSetStyle(DEFAULT, TEXT_COLOR_NORMAL, TRI_GUI_TEXT_COLOR);
|
||||||
|
GuiSetStyle(DEFAULT, TEXT_SIZE, TRI_GUI_TEXT_SIZE);
|
||||||
}
|
}
|
||||||
#pragma GCC diagnostic pop
|
#pragma GCC diagnostic pop
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue