diff options
| -rw-r--r-- | init.lua | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -79,6 +79,9 @@ core.register_entity("digiscreen:image",{  		physical = false,  		collisionbox = {0,0,0,0,0,0,},  		textures = {"digiscreen_pixel.png",}, +		glow = 14, +		shaded = true, +		static_save = false,  	},  }) | 
