minor rain particle configuration tweak

This commit is contained in:
Artūras Norkus 2016-06-16 23:18:22 +03:00
parent 257504bbde
commit 65e7471a07
1 changed files with 1 additions and 1 deletions

View File

@ -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,