mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Remove vertlabels from main menu and relayout a bit
This commit is contained in:
parent
733d3182bd
commit
581efea60e
7 changed files with 61 additions and 68 deletions
|
@ -22,9 +22,8 @@ tab_credits = {
|
|||
caption = fgettext("Credits"),
|
||||
cbf_formspec = function (tabview, name, tabdata)
|
||||
local logofile = defaulttexturedir .. "logo.png"
|
||||
return "vertlabel[0,-0.25;CREDITS]" ..
|
||||
"label[0.5,3;Minetest " .. core.get_version() .. "]" ..
|
||||
"label[0.5,3.3;http://minetest.net]" ..
|
||||
return "label[0.5,3.2;Minetest " .. core.get_version() .. "]" ..
|
||||
"label[0.5,3.5;http://minetest.net]" ..
|
||||
"image[0.5,1;" .. core.formspec_escape(logofile) .. "]" ..
|
||||
"textlist[3.5,-0.25;8.5,5.8;list_credits;" ..
|
||||
"#FFFF00" .. fgettext("Core Developers") .."," ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue