Spotlights [testing]
Modes: 90degrees from the ground (straight up), 45 d in every direction (diagonal), and off; punch node to toggle modes; range of 20 nodes :-)



FOSS gamedev and creative worlds
https://forums.minetest.org/
selection_box = {
type = "fixed",
fixed = {0, 0, 0, 0, 0, 0},
},kddekadenz wrote:Tested your mod.
Suggestions:
- make a blinking variant (abm?)
- add to the spotlights:light node:Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
selection_box = {
type = "fixed",
fixed = {0, 0, 0, 0, 0, 0},
},
mauvebic wrote:kddekadenz wrote:Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
selection_box = {
type = "fixed",
fixed = {0, 0, 0, 0, 0, 0},
},
What does that bit of code do?