mirror of
https://github.com/minetest-mods/digilines.git
synced 2024-12-04 18:23:45 +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", {
|
||||
description = S("Digiline Real Time Clock (RTC)"),
|
||||
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",
|
||||
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