From 1799d5aa9ad38b7debbc6b0c4d1e090a68219e1a Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Wed, 4 Nov 2020 15:33:48 +0100 Subject: Cheat Menu Improvements Change --- builtin/settingtypes.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'builtin') diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 620e4b355..74fb5dc92 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -2216,27 +2216,27 @@ contentdb_flag_blacklist (ContentDB Flag Blacklist) string nonfree, desktop_defa [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 +cheat_menu_font (MenuFont) enum FM_Mono 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 +cheat_menu_bg_color (Cell background color) v3f 255, 145, 88 -m_bg_color_alpha (Cell background color alpha) int 173 +cheat_menu_bg_color_alpha (Cell background color alpha) int 192 # (RGB value) -m_active_bg_color (Active cell background color) v3f 0 0 0 +cheat_menu_active_bg_color (Active cell background color) v3f 255, 87, 53 -m_active_bg_color_alpha (Active cell background color alpha) int 210 +cheat_menu_active_bg_color_alpha (Active cell background color alpha) int 192 # (RGB value) -m_font_color (Font color) v3f 255 255 255 +cheat_menu_font_color (Font color) v3f 0, 0, 0 -m_font_color_alpha (Font color alpha) int 195 +cheat_menu_font_color_alpha (Font color alpha) int 255 # (RGB value) -m_selected_font_color (Selected font color) v3f 255 255 255 +cheat_menu_selected_font_color (Selected font color) v3f 255, 252, 88 -m_selected_font_color_alpha (Selected font color alpha) int 235 +cheat_menu_selected_font_color_alpha (Selected font color alpha) int 255 [Cheats] @@ -2344,4 +2344,4 @@ forcefield (Forcefield) bool false friendlist (Killaura / Forcefield Friendlist) string -cheat_hud (CheatHUD) bool true \ No newline at end of file +cheat_hud (CheatHUD) bool true -- cgit v1.2.3