mirror of
git://repo.or.cz/minetest_schemedit.git
synced 2025-01-09 17:40:32 +01:00
Make border box glow
This commit is contained in:
parent
a1dfdd0cbe
commit
491f8a11d6
3
init.lua
3
init.lua
@ -998,8 +998,9 @@ minetest.register_entity("schemedit:display", {
|
|||||||
visual = "upright_sprite",
|
visual = "upright_sprite",
|
||||||
textures = {"schemedit_border.png"},
|
textures = {"schemedit_border.png"},
|
||||||
visual_size = {x=10, y=10},
|
visual_size = {x=10, y=10},
|
||||||
collisionbox = {0,0,0,0,0,0},
|
pointable = false,
|
||||||
physical = false,
|
physical = false,
|
||||||
|
glow = minetest.LIGHT_MAX,
|
||||||
|
|
||||||
on_step = function(self, dtime)
|
on_step = function(self, dtime)
|
||||||
if not self.id then
|
if not self.id then
|
||||||
|
Loading…
Reference in New Issue
Block a user