mirror of
https://github.com/lhofhansl/rangedweapons.git
synced 2024-12-04 05:03:52 +01:00
reduce smoke size
This commit is contained in:
parent
da2a8c8b32
commit
2957951e9b
2
init.lua
2
init.lua
@ -679,7 +679,7 @@ if smokeSize > 0 then
|
|||||||
velocity = {x=(dir.x*3)+(math.random(-10,10)/10), y=(dir.y*3)+(math.random(-10,10)/10), z=(dir.z*3)+(math.random(-10,10)/10)} ,
|
velocity = {x=(dir.x*3)+(math.random(-10,10)/10), y=(dir.y*3)+(math.random(-10,10)/10), z=(dir.z*3)+(math.random(-10,10)/10)} ,
|
||||||
acceleration = {x=dir.x * -3, y=2, z=dir.z * -3},
|
acceleration = {x=dir.x * -3, y=2, z=dir.z * -3},
|
||||||
expirationtime = math.random(5,10)/10,
|
expirationtime = math.random(5,10)/10,
|
||||||
size = smokeSize,
|
size = smokeSize / 2,
|
||||||
collisiondetection = false,
|
collisiondetection = false,
|
||||||
vertical = false,
|
vertical = false,
|
||||||
texture = "tnt_smoke.png",
|
texture = "tnt_smoke.png",
|
||||||
|
Loading…
Reference in New Issue
Block a user