Update tab_credits.lua

This commit is contained in:
Mrchiantos 2019-07-21 14:44:58 +02:00
parent 9e9e834b1e
commit 9e148d935c

View File

@ -18,7 +18,7 @@
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
local engine = { local engine = {
"Minetest 5.0.1 : celeron55, Core Devs and Community Minetest", "BlockColor use Minetest (Celeron55) / Multicraft (Monte48) ",
} }
local developers = { local developers = {
@ -71,7 +71,7 @@ return {
return "image[0.25,1;" .. core.formspec_escape(logofile) .. "]" .. return "image[0.25,1;" .. core.formspec_escape(logofile) .. "]" ..
"tablecolumns[color;text]" .. "tablecolumns[color;text]" ..
"tableoptions[background=#00000000;highlight=#00000000;border=false]" .. "tableoptions[background=#00000000;highlight=#00000000;border=false]" ..
"table[5,0;6.75,6.05;list_credits;" .. "table[0,0;11.75,5.55;list_credits;" ..
"#FFFF00," .. fgettext("Engine") .. ",," .. "#FFFF00," .. fgettext("Engine") .. ",," ..
buildCreditList(engine) .. "," .. buildCreditList(engine) .. "," ..
",," .. ",," ..