1
0
mirror of https://gitlab.com/rautars/weather_pack.git synced 2024-09-27 14:50:21 +02:00

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

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}, pos = {x=random_pos_x, y=random_pos_y, z=random_pos_z},
velocity = {x=0, y=-10, z=0}, velocity = {x=0, y=-10, z=0},
acceleration = {x=0, y=-30, z=0}, acceleration = {x=0, y=-30, z=0},
expirationtime = 0.3, expirationtime = 0.2,
size = math.random(0.5, 3), size = math.random(0.5, 3),
collisiondetection = true, collisiondetection = true,
vertical = true, vertical = true,