New background (code)

- Solves #251
This commit is contained in:
LeMagnesium 2015-08-29 22:01:00 +02:00
parent f7bd110aa2
commit 6b11b1777a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ local function show_formspec(player, page)
if not name then return end
local nb_pages = #news
local formspec = "size[12,10;]"
formspec = formspec.."background[-0.22,-0.25;13,11;background.jpg]"
formspec = formspec.."background[-0.22,-0.60;13,11.3;news_background.jpg]"
if page > nb_pages then
page = nb_pages