Add side textures for exit block

This commit is contained in:
Wuzzy 2024-11-18 22:47:24 +01:00
parent b57626c97a
commit b6aa3b05a6
2 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ core.register_node("eb_core:minitiles", {
core.register_node("eb_core:exit", {
description = S("Exit Block"),
tiles = { "eb_core_exit.png" },
tiles = { "eb_core_exit.png", "eb_core_exit_othersides.png" },
groups = { editor_breakable = 1, stone = 1, exit = 1 },
sounds = eb_sounds.node_sound_stone_defaults(),
on_construct = function(pos)

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB