Further improved physbullet appearance

This commit is contained in:
Haodong Mo 2021-02-15 19:55:19 +11:00
parent ee8f797f5f
commit bcaad64850
3 changed files with 2 additions and 1 deletions

View File

@ -417,7 +417,7 @@ function ArcCW:DrawPhysBullets()
render.DrawSprite(i.Pos, size, size, col)
render.SetMaterial(tracer)
render.DrawBeam(i.Pos, i.Pos - (i.Vel:GetNormalized() * 256), size * 3, 0, 1, col)
render.DrawBeam(i.Pos, i.Pos - (i.Vel:GetNormalized() * 256), size * 0.75, 0, 1, col)
-- cam.End3D()
end

View File

@ -4,4 +4,5 @@
"$vertexcolor" 1
"$vertexalpha" 1
"$translucent" 1
"$additive" 1
}

Binary file not shown.