Add background to rankings GUI
This commit is contained in:
parent
12d7228ff0
commit
8c67155cdb
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ function ctf_stats.get_formspec(title, players, header)
|
|||
end)
|
||||
|
||||
local ret = "size[12,"..6.5+header.."]"
|
||||
ret = ret .. default.gui_bg .. default.gui_bg_img
|
||||
ret = ret .. "container[0,"..header.."]"
|
||||
|
||||
ret = ret .. "vertlabel[0,0;" .. title .. "]"
|
||||
|
|
Loading…
Reference in a new issue