New stone chip/tool textures.

Make the chip darker, like loose cobble it comes from instead
of smooth stone.  Also make the chip larger and sit lower in
stacks and on shelves (e.g. against wooden base) to make it look
better and easier to see.

Make tool tips correspondingly darker too.
This commit is contained in:
Aaron Suen 2019-04-06 22:20:08 -04:00
parent 617aa4704f
commit 4271290487
6 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ local modname = minetest.get_current_modname()
minetest.register_craftitem(modname .. ":chip", {
description = "Stone Chip",
inventory_image = modname .. "_stone.png",
wield_image = "[combine:16x16:0,2=" .. modname .. "_stone.png",
wield_scale = {x = 1.25, y = 1.25, z = 1.75},
sounds = nodecore.sounds("nc_terrain_stony")
})

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B

After

Width:  |  Height:  |  Size: 147 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 B

After

Width:  |  Height:  |  Size: 149 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 B

After

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 B

After

Width:  |  Height:  |  Size: 125 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 B

After

Width:  |  Height:  |  Size: 148 B