From 65e7471a070b7dca8fd8fb74cb5179459117d94e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Art=C5=ABras=20Norkus?= Date: Thu, 16 Jun 2016 23:18:22 +0300 Subject: [PATCH] minor rain particle configuration tweak --- rain/rain.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rain/rain.lua b/rain/rain.lua index 24569cd..a000a3d 100644 --- a/rain/rain.lua +++ b/rain/rain.lua @@ -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,