add illuna market entity

This commit is contained in:
tchncs 2018-12-10 12:28:12 +01:00
parent 26aeda4952
commit 73942b5443
2 changed files with 9 additions and 0 deletions

View File

@ -457,6 +457,15 @@ minetest.register_entity("illuna:kingdom_entrance", {
textures = {"illuna_kingdom_entrance.png"},
})
minetest.register_entity("illuna:market", {
visual = "sprite",
visual_size = {x=2.5,y=2.5},
collisionbox = {0},
physical = false,
glow = 10,
textures = {"illuna_market.png"},
})
function illuna.node_sound_wool(table)
table = table or {}
table.footstep = table.footstep or

BIN
textures/illuna_market.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB