Change the credits URL to https://edgy1.net/mt4

This commit is contained in:
luk3yx 2019-02-22 11:32:33 +13:00
parent 0b6a7a14ea
commit 8f2943204f

View File

@ -89,11 +89,11 @@ return {
local version = core.get_version()
return "image[0.5,1;" .. core.formspec_escape(logofile) .. "]" ..
"label[0.5,3.2;" .. version.project .. " " .. version.string .. "]" ..
"label[0.5,3.5;github.com/luk3yx/minetest]" ..
"label[0.5,3.5;https://edgy1.net/mt4]" ..
"tablecolumns[color;text]" ..
"tableoptions[background=#00000000;highlight=#00000000;border=false]" ..
"table[3.5,-0.25;8.5,6.05;list_credits;" ..
"#FFFF00," .. fgettext("Core Developers") .. ",," ..
"#FFFF00," .. fgettext("Minetest Core Developers") .. ",," ..
buildCreditList(core_developers) .. ",,," ..
"#FFFF00," .. fgettext("Active Contributors") .. ",," ..
buildCreditList(active_contributors) .. ",,," ..