Merge https://git.tchncs.de/Illuna-Minetest/illuna into HEAD
This commit is contained in:
commit
25c2f44178
@ -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
BIN
textures/illuna_market.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.5 KiB |
Loading…
x
Reference in New Issue
Block a user