forked from mtcontrib/weather_pack
minor rain particle configuration tweak
This commit is contained in:
parent
257504bbde
commit
65e7471a07
|
@ -38,7 +38,7 @@ rain.add_rain_particles = function(player, dtime)
|
|||
pos = {x=random_pos_x, y=random_pos_y, z=random_pos_z},
|
||||
velocity = {x=0, y=-10, z=0},
|
||||
acceleration = {x=0, y=-30, z=0},
|
||||
expirationtime = 0.3,
|
||||
expirationtime = 0.2,
|
||||
size = math.random(0.5, 3),
|
||||
collisiondetection = true,
|
||||
vertical = true,
|
||||
|
|
Loading…
Reference in New Issue
Block a user