diff options
author | realOneplustwo <oneplustwoisyes@gmail.com> | 2020-10-21 18:00:43 -0700 |
---|---|---|
committer | realOneplustwo <oneplustwoisyes@gmail.com> | 2020-10-21 18:00:43 -0700 |
commit | 3bdb843f2c11dffd9db6f899c0ba77f52deac290 (patch) | |
tree | 59beeab0820cc736ed8cdd1eb8c133859976f7b4 /src/gui/cheatMenu.h | |
parent | 19143bedf43d174af092a1c0b5974dba9ce34f9a (diff) | |
download | dragonfireclient-3bdb843f2c11dffd9db6f899c0ba77f52deac290.tar.xz |
Make cheat menu color and font configurable via settings
Diffstat (limited to 'src/gui/cheatMenu.h')
-rw-r--r-- | src/gui/cheatMenu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/cheatMenu.h b/src/gui/cheatMenu.h index 6ff8d67c6..c25af5ed2 100644 --- a/src/gui/cheatMenu.h +++ b/src/gui/cheatMenu.h @@ -72,6 +72,8 @@ private: video::SColor m_font_color = video::SColor(195, 255, 255, 255); video::SColor m_selected_font_color = video::SColor(235, 255, 255, 255); + FontMode fontStringToEnum(std::string str); + Client *m_client; gui::IGUIFont *m_font = nullptr; |