add background to shared locked sign

This commit is contained in:
Vanessa Ezekowitz 2014-07-14 14:36:57 -04:00
parent ffad6ef4c1
commit 2736a40ff4
2 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ minetest.register_node("locks:shared_locked_sign_wall", {
"size[8,4]"..
"field[0.3,0.6;6,0.7;text;Text:;]"..
"field[0.3,3.6;6,0.7;locks_sent_lock_command;Locked sign. Type /help for help:;]"..
"button_exit[6.3,3.2;1.7,0.7;locks_sent_input;Proceed]" );
"button_exit[6.3,3.2;1.7,0.7;locks_sent_input;Proceed]"..
"background[-0.5,-0.5;9,5;bg_shared_locked_sign.jpg]" );
end,
after_place_node = function(pos, placer)

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB