[locked_sign] [u_skin] Update signs and add a skin

- Turn a print call into a minetest.log("action",...)
 - Add a fourteenth skin into our custom ones
This commit is contained in:
LeMagnesium 2015-09-21 22:32:50 +02:00
parent ab043795c6
commit a08e85150b
4 changed files with 4 additions and 1 deletions

View File

@ -47,7 +47,7 @@ minetest.register_node("locked_sign:sign_wall_locked", {
end
local meta = minetest.get_meta(pos)
fields.text = fields.text or ""
print((sender:get_player_name() or "").." wrote \""..fields.text..
minetest.log("action", (sender:get_player_name() or "").." wrote \""..fields.text..
"\" to sign at "..minetest.pos_to_string(pos))
meta:set_string("text", fields.text)
meta:set_string("infotext", "\"" .. fields.text .. "\" (owned by " .. sender:get_player_name() .. ")")

View File

@ -0,0 +1,3 @@
Greyscale Anhedonia
Mg
WTFPL

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 843 B