Add side textures for exit block
This commit is contained in:
parent
b57626c97a
commit
b6aa3b05a6
@ -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)
|
||||
|
BIN
mods/eb_core/textures/eb_core_exit_othersides.png
Normal file
BIN
mods/eb_core/textures/eb_core_exit_othersides.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Loading…
x
Reference in New Issue
Block a user