Lightsaber entity glows

master
ElCeejoYT 2020-04-06 19:30:33 -07:00 committed by GitHub
parent 65a3a367e6
commit fd6e41d847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ function adv_lightsabers:register_lightsaber_entity(type,color)
visual_size = {x=.25,y=.25,z=.25},
textures = {"adv_lightsabers:lightsaber_"..type.."_"..color.."_on"},
collisionbox = {-0.125,-0.125,-0.125,0.125,0.125,0.125},
glow = 10,
owner = owner,
timer = 0,
on_activate = function(self)