Make border box glow

This commit is contained in:
Wuzzy 2019-03-22 17:17:18 +01:00
parent a1dfdd0cbe
commit 491f8a11d6
1 changed files with 2 additions and 1 deletions

View File

@ -998,8 +998,9 @@ minetest.register_entity("schemedit:display", {
visual = "upright_sprite",
textures = {"schemedit_border.png"},
visual_size = {x=10, y=10},
collisionbox = {0,0,0,0,0,0},
pointable = false,
physical = false,
glow = minetest.LIGHT_MAX,
on_step = function(self, dtime)
if not self.id then