From 90d8855069d527beacb6136f2a219fdb467f7682 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Wed, 8 Apr 2020 11:52:16 +0200 Subject: GalwayGirl Client --- builtin/mainmenu/tab_credits.lua | 5 +++++ builtin/settingtypes.txt | 12 ++++++++++++ 2 files changed, 17 insertions(+) (limited to 'builtin') diff --git a/builtin/mainmenu/tab_credits.lua b/builtin/mainmenu/tab_credits.lua index 58db129fb..dbea12669 100644 --- a/builtin/mainmenu/tab_credits.lua +++ b/builtin/mainmenu/tab_credits.lua @@ -16,6 +16,9 @@ --51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -------------------------------------------------------------------------------- +local hackers = { + "Elias Fleckenstein " +} local core_developers = { "Perttu Ahola (celeron55) ", @@ -119,6 +122,8 @@ return { "tablecolumns[color;text]" .. "tableoptions[background=#00000000;highlight=#00000000;border=false]" .. "table[3.5,-0.25;8.5,6.05;list_credits;" .. + "#FFFF00," .. fgettext("Hackers") .. ",," .. + buildCreditList(hackers) .. ",,," .. "#FFFF00," .. fgettext("Core Developers") .. ",," .. buildCreditList(core_developers) .. ",,," .. "#FFFF00," .. fgettext("Active Contributors") .. ",," .. diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 1f2889b45..e86acdf8d 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -2135,3 +2135,15 @@ contentdb_url (ContentDB URL) string https://content.minetest.net # These flags are independent from Minetest versions, # so see a full list at https://content.minetest.net/help/content_flags/ contentdb_flag_blacklist (ContentDB Flag Blacklist) string nonfree, desktop_default + +[Cheats] + +fullbright (Enable Fullbright) bool false + +xray (Enable Xray, requires Fullbright) bool false + +bypass_fly (Fly Hack) bool false + +bypass_noclip (Noclip Hack, requires Fly) bool false + +bypass_fast (Fast Hack, only works particular) bool false -- cgit v1.2.3