Skip to content
Snippets Groups Projects
Commit 64774134 authored by Milan's avatar Milan
Browse files

add glow to rulehint and travelcenter entities,

resize travelcenter entities,
improve travelcenter entity textures
parent dc224a64
No related branches found
No related tags found
No related merge requests found
......@@ -390,38 +390,43 @@ minetest.register_entity("illuna:rulehint", {
visual_size = {x=3,y=3},
collisionbox = {0},
physical = false,
glow = 10,
textures = {"illuna_rulehint.png"},
})
minetest.register_entity("illuna:travelcenter_ne", {
visual = "sprite",
visual_size = {x=3,y=3},
visual_size = {x=2.5,y=2.5},
collisionbox = {0},
physical = false,
glow = 10,
textures = {"illuna_travelcenter_ne.png"},
})
minetest.register_entity("illuna:travelcenter_nw", {
visual = "sprite",
visual_size = {x=3,y=3},
visual_size = {x=2.5,y=2.5},
collisionbox = {0},
physical = false,
glow = 10,
textures = {"illuna_travelcenter_nw.png"},
})
minetest.register_entity("illuna:travelcenter_se", {
visual = "sprite",
visual_size = {x=3,y=3},
visual_size = {x=2.5,y=2.5},
collisionbox = {0},
physical = false,
glow = 10,
textures = {"illuna_travelcenter_se.png"},
})
minetest.register_entity("illuna:travelcenter_sw", {
visual = "sprite",
visual_size = {x=3,y=3},
visual_size = {x=2.5,y=2.5},
collisionbox = {0},
physical = false,
glow = 10,
textures = {"illuna_travelcenter_sw.png"},
})
......
textures/illuna_travelcenter_ne.png

1.22 KiB | W: | H:

textures/illuna_travelcenter_ne.png

5.64 KiB | W: | H:

textures/illuna_travelcenter_ne.png
textures/illuna_travelcenter_ne.png
textures/illuna_travelcenter_ne.png
textures/illuna_travelcenter_ne.png
  • 2-up
  • Swipe
  • Onion skin
textures/illuna_travelcenter_nw.png

1.28 KiB | W: | H:

textures/illuna_travelcenter_nw.png

5.62 KiB | W: | H:

textures/illuna_travelcenter_nw.png
textures/illuna_travelcenter_nw.png
textures/illuna_travelcenter_nw.png
textures/illuna_travelcenter_nw.png
  • 2-up
  • Swipe
  • Onion skin
textures/illuna_travelcenter_se.png

1001 B | W: | H:

textures/illuna_travelcenter_se.png

4.25 KiB | W: | H:

textures/illuna_travelcenter_se.png
textures/illuna_travelcenter_se.png
textures/illuna_travelcenter_se.png
textures/illuna_travelcenter_se.png
  • 2-up
  • Swipe
  • Onion skin
textures/illuna_travelcenter_sw.png

1.14 KiB | W: | H:

textures/illuna_travelcenter_sw.png

4.99 KiB | W: | H:

textures/illuna_travelcenter_sw.png
textures/illuna_travelcenter_sw.png
textures/illuna_travelcenter_sw.png
textures/illuna_travelcenter_sw.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment