add travelcenter info-entities
This commit is contained in:
parent
2076d42140
commit
285447b591
32
nodes.lua
32
nodes.lua
@ -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
|
||||
|
BIN
textures/illuna_travelcenter_ne.png
Normal file
BIN
textures/illuna_travelcenter_ne.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
textures/illuna_travelcenter_nw.png
Normal file
BIN
textures/illuna_travelcenter_nw.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
textures/illuna_travelcenter_se.png
Normal file
BIN
textures/illuna_travelcenter_se.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1001 B |
BIN
textures/illuna_travelcenter_sw.png
Normal file
BIN
textures/illuna_travelcenter_sw.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
x
Reference in New Issue
Block a user