Update tab_credits.lua

MultiCraft
Mrchiantos 2019-07-21 14:44:34 +02:00
parent 33475e8dd5
commit 673bf702c6
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
--------------------------------------------------------------------------------
local engine = {
"BlockColor use Minetest/Multicraft Engine",
"BlockColor use Minetest (Celeron55) / Multicraft (Monte48) ",
}
local developers = {
@ -71,7 +71,7 @@ return {
return "image[0.25,1;" .. core.formspec_escape(logofile) .. "]" ..
"tablecolumns[color;text]" ..
"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") .. ",," ..
buildCreditList(engine) .. "," ..
",," ..