mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 17:50:37 +01:00
Fixed #251. Backgrounds are now changed for mods news,interact,_misc . We may later need to change positions of some gui items or add titles as suggested
This commit is contained in:
parent
6b11b1777a
commit
d19345adaa
@ -48,7 +48,7 @@ Autres regles de bienseances :
|
||||
|
||||
local function make_formspec()
|
||||
local size = { "size[12,10;]" }
|
||||
table.insert(size, "background[-0.22,-0.25;13,11;background.jpg]")
|
||||
table.insert(size, "background[-0.22,-0.25;13,11;irc_background.jpg]")
|
||||
table.insert(size, "textarea[.50,1;12,10;TOS;Voici les regles, cliquez sur Accepter si vous etes d'accord avec;"..minetest.formspec_escape(IRC).."]")
|
||||
table.insert(size, "button_exit[6,9.9;1.5,0.5;accept;J'accepte]")
|
||||
table.insert(size, "button[7.5,9.9;1.5,0.5;decline;Je refuse]")
|
||||
|
BIN
mods/_misc/textures/irc_background.jpg
Executable file
BIN
mods/_misc/textures/irc_background.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 110 KiB |
Binary file not shown.
Before Width: | Height: | Size: 359 KiB After Width: | Height: | Size: 110 KiB |
Binary file not shown.
Before Width: | Height: | Size: 359 KiB |
BIN
mods/news/textures/news_background.jpg
Executable file
BIN
mods/news/textures/news_background.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 110 KiB |
BIN
other_things/logos/background_news_and_interact_and__misc.xcf
Normal file
BIN
other_things/logos/background_news_and_interact_and__misc.xcf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user