Laser changes for the 40 billion time again

This commit is contained in:
May Lian 2023-01-06 15:35:47 -03:00
parent 1e7c7b6d01
commit 7cc3cad35a
4 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ function SWEP:DrawLaser(pos, dir, atttbl, behav)
if !behav then
render.SetMaterial(lasermat)
render.DrawBeam(pos, hitpos, width * 0.3, 0, 1, lasercolor200)
render.DrawBeam(pos, hitpos, width * 0.05, 0, 1, lasercolor200)
render.DrawBeam(pos, hitpos, width, 0, 1, color)
end

View File

@ -1,6 +1,6 @@
UnLitGeneric
{
"$basetexture" "arc9/laser6"
"$basetexture" "arc9/laser5"
"$additive" "1"
"$translucent" "1"
"$vertexcolor" "1"

Binary file not shown.

BIN
materials/arc9/laser5_2.vtf Normal file

Binary file not shown.