mirror of
https://github.com/minetest-mods/digilines.git
synced 2024-11-09 19:51:30 +01:00
Fix bottom texture of RTC (#86)
This commit is contained in:
parent
982cfa1fda
commit
d40edf79df
5
rtc.lua
5
rtc.lua
|
@ -30,7 +30,10 @@ minetest.register_alias("digilines_rtc:rtc", "digilines:rtc")
|
||||||
minetest.register_node("digilines:rtc", {
|
minetest.register_node("digilines:rtc", {
|
||||||
description = S("Digiline Real Time Clock (RTC)"),
|
description = S("Digiline Real Time Clock (RTC)"),
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
tiles = {"digilines_rtc.png"},
|
tiles = {
|
||||||
|
"digilines_rtc.png", "digilines_rtc_bottom.png", "digilines_rtc.png",
|
||||||
|
"digilines_rtc.png", "digilines_rtc.png", "digilines_rtc.png"
|
||||||
|
},
|
||||||
|
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
|
|
BIN
textures/digilines_rtc_bottom.png
Normal file
BIN
textures/digilines_rtc_bottom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 98 B |
Loading…
Reference in New Issue
Block a user