Add proper arrow sign wield images
This commit is contained in:
parent
abf20764e2
commit
bcbeb84315
@ -64,6 +64,7 @@ minetest.register_node("arrow_signs:wall_right", {
|
||||
drawtype = "signlike",
|
||||
tiles = {"arrow_sign_right.png"},
|
||||
inventory_image = "arrow_sign_right.png",
|
||||
wield_image = "arrow_sign_right.png",
|
||||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
sunlight_propagates = true,
|
||||
@ -96,6 +97,7 @@ minetest.register_node("arrow_signs:wall_left", {
|
||||
drawtype = "signlike",
|
||||
tiles = {"arrow_sign_left.png"},
|
||||
inventory_image = "arrow_sign_left.png",
|
||||
wield_image = "arrow_sign_left.png",
|
||||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
sunlight_propagates = true,
|
||||
@ -127,6 +129,7 @@ minetest.register_node("arrow_signs:wall_up", {
|
||||
drawtype = "signlike",
|
||||
tiles = {"arrow_sign_up.png"},
|
||||
inventory_image = "arrow_sign_up.png",
|
||||
wield_image = "arrow_sign_up.png",
|
||||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
sunlight_propagates = true,
|
||||
@ -158,6 +161,7 @@ minetest.register_node("arrow_signs:wall_down", {
|
||||
drawtype = "signlike",
|
||||
tiles = {"arrow_sign_down.png"},
|
||||
inventory_image = "arrow_sign_down.png",
|
||||
wield_image = "arrow_sign_down.png",
|
||||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
sunlight_propagates = true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user