[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:
parent
ab043795c6
commit
a08e85150b
@ -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() .. ")")
|
||||
|
3
mods/u_skins/u_skins/meta/mff_character_14.txt
Normal file
3
mods/u_skins/u_skins/meta/mff_character_14.txt
Normal file
@ -0,0 +1,3 @@
|
||||
Greyscale Anhedonia
|
||||
Mg
|
||||
WTFPL
|
BIN
mods/u_skins/u_skins/textures/mff_character_14.png
Normal file
BIN
mods/u_skins/u_skins/textures/mff_character_14.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
mods/u_skins/u_skins/textures/mff_character_14_preview.png
Normal file
BIN
mods/u_skins/u_skins/textures/mff_character_14_preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 843 B |
Loading…
x
Reference in New Issue
Block a user