Change the credits URL to https://edgy1.net/mt4
This commit is contained in:
parent
0b6a7a14ea
commit
8f2943204f
@ -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) .. ",,," ..
|
||||
|
Loading…
x
Reference in New Issue
Block a user