diff options
author | realOneplustwo <oneplustwoisyes@gmail.com> | 2020-10-21 17:49:17 -0700 |
---|---|---|
committer | realOneplustwo <oneplustwoisyes@gmail.com> | 2020-10-21 17:49:17 -0700 |
commit | b29d6bc196b3a6bafa1b200e8944cf277b0bc9c1 (patch) | |
tree | 806118891095cd940d98b7bb5c160fefa2c12b70 /builtin | |
parent | aea9b36ef70dd35e8dfa370043ae5e3f3c751cb4 (diff) | |
download | dragonfireclient-b29d6bc196b3a6bafa1b200e8944cf277b0bc9c1.tar.xz |
Make cheat menu color and font configurable via settings
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index f30a16789..ebd0ad621 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -2298,3 +2298,28 @@ autotnt (PlaceOnTop) bool false replace (Replace) bool false crystal_pvp (CrystalPvP) bool false + +[Cheat Menu] + +# Font to use for cheat menu +cheat_menu_font (MenuFont) enum FM_Standard, FM_Mono, FM_Fallback, FM_Simple, FM_SimpleMono, FM_MaxMode, FM_Unspecified + +# (RGB value) +m_bg_color (Cell background color) v3f 45 45 68 + +m_bg_color_alpha (Cell background color alpha) int 173 + +# (RGB value) +m_active_bg_color (Active cell background color) v3f 0 0 0 + +m_active_bg_color_alpha (Active cell background color alpha) int 210 + +# (RGB value) +m_font_color (Font color) v3f 255 255 255 + +m_font_color_alpha (Font color alpha) int 195 + +# (RGB value) +m_selected_font_color (Selected font color) v3f 255 255 255 + +m_selected_font_color_alpha (Selected font color alpha) int 235
\ No newline at end of file |