add kingdom entrance warning entity

master
Milan* 2018-02-26 15:44:38 +01:00
parent 4053ca974a
commit 094dea945e
2 changed files with 9 additions and 0 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB