mirror of
https://gitlab.com/rautars/weather_pack.git
synced 2025-11-01 08:55:27 +01:00
add collision_removal for particles spawners
This commit is contained in:
@@ -17,6 +17,7 @@ snow.add_rain_particles = function(player, dtime)
|
||||
expirationtime = 0.6,
|
||||
size = math.random(0.5, 1),
|
||||
collisiondetection = true,
|
||||
collision_removal = true,
|
||||
vertical = true,
|
||||
texture = snow.get_texture(),
|
||||
playername = player:get_player_name()
|
||||
|
||||
Reference in New Issue
Block a user