Fix bottom texture of RTC (#86)

This commit is contained in:
1F616EMO~nya 2024-07-31 03:27:36 +08:00 committed by GitHub
parent 982cfa1fda
commit d40edf79df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -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",

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 B