add nice, clear inventory images to clocks

这个提交包含在:
Vanessa Ezekowitz
2014-08-01 21:05:22 -04:00
父节点 ef0ebac4db
当前提交 f48d8af118
共有 5 个文件被更改,包括 4 次插入0 次删除

查看文件

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

二进制文件未显示。

之后

宽度:  |  高度:  |  大小: 3.5 KiB

二进制文件未显示。

之后

宽度:  |  高度:  |  大小: 3.7 KiB

二进制文件未显示。

之后

宽度:  |  高度:  |  大小: 4.9 KiB

二进制文件未显示。

之后

宽度:  |  高度:  |  大小: 4.2 KiB