add nice, clear inventory images to clocks

This commit is contained in:
Vanessa Ezekowitz 2014-08-01 21:05:22 -04:00
parent ef0ebac4db
commit f48d8af118
5 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@ minetest.register_node("homedecor:analog_clock_plastic", {
"homedecor_analog_clock_plastic_back.png",
"homedecor_analog_clock_plastic_front.png"
},
inventory_image = "homedecor_analog_clock_plastic_inv.png",
paramtype = "light",
paramtype2 = "facedir",
node_box = {
@ -39,6 +40,7 @@ minetest.register_node("homedecor:analog_clock_wood", {
"homedecor_analog_clock_wood_back.png",
"homedecor_analog_clock_wood_front.png"
},
inventory_image = "homedecor_analog_clock_wood_inv.png",
paramtype = "light",
paramtype2 = "facedir",
node_box = {
@ -69,6 +71,7 @@ minetest.register_node("homedecor:digital_clock", {
"homedecor_digital_clock_back.png",
"homedecor_digital_clock_front.png"
},
inventory_image = "homedecor_digital_clock_inv.png",
paramtype = "light",
paramtype2 = "facedir",
node_box = {
@ -91,6 +94,7 @@ minetest.register_node("homedecor:alarm_clock", {
"homedecor_alarm_clock_back.png",
"homedecor_alarm_clock_front.png"
},
inventory_image = "homedecor_alarm_clock_inv.png",
paramtype = "light",
paramtype2 = "facedir",
node_box = {

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB