diff options
| author | Elias Fleckenstein <54945686+EliasFleckenstein03@users.noreply.github.com> | 2020-11-04 14:40:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-04 14:40:09 +0100 |
| commit | fba7dc2168954ff73f80d8e749d11bd2f55e6fbd (patch) | |
| tree | 08182e80b69d5352f81c6827d3caa4efe13e6f14 /builtin | |
| parent | a7dc1135e94bde5f8c3385d54388563eaffe7553 (diff) | |
| parent | fc8c8f01ca15912b1db176fec473bcfb0333032f (diff) | |
| download | dragonfireclient-fba7dc2168954ff73f80d8e749d11bd2f55e6fbd.tar.xz | |
Merge pull request #8 from realOneplustwo/master
Improved Cheat Menu
Diffstat (limited to 'builtin')
| -rw-r--r-- | builtin/settingtypes.txt | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index adb8e7a00..620e4b355 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -2213,6 +2213,31 @@ contentdb_url (ContentDB URL) string https://content.minetest.net # so see a full list at https://content.minetest.net/help/content_flags/ contentdb_flag_blacklist (ContentDB Flag Blacklist) string nonfree, desktop_default +[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 + [Cheats] fullbright (Fullbright) bool false @@ -2319,4 +2344,4 @@ forcefield (Forcefield) bool false friendlist (Killaura / Forcefield Friendlist) string -cheat_hud (CheatHUD) bool true +cheat_hud (CheatHUD) bool true
\ No newline at end of file |
