rotate Inventory image about 90 degree. fix issue #1

This commit is contained in:
addi 2016-09-06 12:51:10 +02:00
parent 102a537ded
commit 4a3efd37e4
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ minetest.register_node("arrow_signs:shared_locked", {
node_box = arrow_signs.nodebox,
selection_box = arrow_signs.selection_box,
tiles = {"arrow_signs_wood.png^arrow_signs_wood_border.png"},
inventory_image = "arrow_signs_wood.png",
inventory_image = "arrow_signs_wood.png^[transformR90",
wield_image = "arrow_signs_wood.png",
paramtype = "light",
paramtype2 = "facedir",

View File

@ -11,7 +11,7 @@ minetest.register_node("arrow_signs:steel", {
node_box = arrow_signs.nodebox,
selection_box = arrow_signs.selection_box,
tiles = {"arrow_signs_steel.png^arrow_signs_steel_border.png"},
inventory_image = "arrow_signs_steel.png",
inventory_image = "arrow_signs_steel.png^[transformR90",
wield_image = "arrow_signs_steel.png",
paramtype = "light",
paramtype2 = "facedir",

View File

@ -11,7 +11,7 @@ minetest.register_node("arrow_signs:wall", {
node_box = arrow_signs.nodebox,
selection_box = arrow_signs.selection_box,
tiles = {"arrow_signs_wood.png^arrow_signs_wood_border.png"},
inventory_image = "arrow_signs_wood.png",
inventory_image = "arrow_signs_wood.png^[transformR90",
wield_image = "arrow_signs_wood.png",
paramtype = "light",
paramtype2 = "facedir",