add travelcenter info-entities

This commit is contained in:
Milan* 2017-09-20 18:23:04 +02:00
parent 2076d42140
commit 285447b591
5 changed files with 32 additions and 0 deletions

View File

@ -393,6 +393,38 @@ minetest.register_entity("illuna:rulehint", {
textures = {"illuna_rulehint.png"},
})
minetest.register_entity("illuna:travelcenter_ne", {
visual = "sprite",
visual_size = {x=3,y=3},
collisionbox = {0},
physical = false,
textures = {"illuna_travelcenter_ne.png"},
})
minetest.register_entity("illuna:travelcenter_nw", {
visual = "sprite",
visual_size = {x=3,y=3},
collisionbox = {0},
physical = false,
textures = {"illuna_travelcenter_nw.png"},
})
minetest.register_entity("illuna:travelcenter_se", {
visual = "sprite",
visual_size = {x=3,y=3},
collisionbox = {0},
physical = false,
textures = {"illuna_travelcenter_se.png"},
})
minetest.register_entity("illuna:travelcenter_sw", {
visual = "sprite",
visual_size = {x=3,y=3},
collisionbox = {0},
physical = false,
textures = {"illuna_travelcenter_sw.png"},
})
function illuna.node_sound_wool(table)
table = table or {}
table.footstep = table.footstep or

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1001 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB