diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-08-01 11:55:48 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-08-01 11:55:48 +0200 |
commit | f1760622ec4708decfe34e268a63a9d83d2978a7 (patch) | |
tree | 7b84e9f18aea4af38974c71ff0382c4370b5cf35 /src/gui/cheatMenu.h | |
parent | 2675bcca1a3e8c59475ccb29d1afa9e19489a686 (diff) | |
download | dragonfireclient-f1760622ec4708decfe34e268a63a9d83d2978a7.tar.xz |
Added BrightNight
Diffstat (limited to 'src/gui/cheatMenu.h')
-rw-r--r-- | src/gui/cheatMenu.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/cheatMenu.h b/src/gui/cheatMenu.h index 9d1263980..a2c8a2856 100644 --- a/src/gui/cheatMenu.h +++ b/src/gui/cheatMenu.h @@ -57,13 +57,12 @@ private: int m_head_height = 50; int m_entry_height = 40; int m_entry_width = 200; - int m_gap = 2; + int m_gap = 3; video::SColor m_bg_color = video::SColor(192, 255, 175, 191); video::SColor m_active_bg_color = video::SColor(192, 255, 32, 76); - //video::SColor m_font_color = video::SColor(255, 89, 0, 65); video::SColor m_font_color = video::SColor(255, 0, 0, 0); - video::SColor m_selected_font_color = video::SColor(255, 87, 0, 242); + video::SColor m_selected_font_color = video::SColor(255, 250, 32, 129); Client *m_client; |