Nuova texture

master
_Zaizen_ 2020-12-05 08:41:01 +01:00
parent f69d11fc94
commit 19290c137c
7 changed files with 9 additions and 3 deletions

12
box.lua
View File

@ -1,11 +1,17 @@
minetest.register_node("suggestion_box:box",{
description = "Casella dei suggerimenti",
tiles = {"test.png"},
wield_image = "test.png",
tiles = {
"suggestion_box2.png",
"suggestion_box4.png",
"suggestion_box5.png",
"suggestion_box5.png",
"suggestion_box1.png",
"suggestion_box3.png",
},
wield_scale = 1.0,
inventory_image = "test.png",
groups = {cracky = 3, oddly_breakable_by_hand = 3},
paramtype2 = "facedir",
on_rightclick = function(pos, node, clicker, itemstack, pointed_thing)

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 B