rotate Inventory image about 90 degree. fix issue #1
This commit is contained in:
		@@ -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",
 | 
			
		||||
 
 | 
			
		||||
@@ -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",
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								wood.lua
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								wood.lua
									
									
									
									
									
								
							@@ -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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user