forked from VoxeLibre/VoxeLibre
Reduce raindrop count in thunderstorms
This commit is contained in:
parent
4f639b024d
commit
562bd6cd5a
|
@ -1,5 +1,5 @@
|
||||||
local PARTICLES_COUNT_RAIN = 30
|
local PARTICLES_COUNT_RAIN = 30
|
||||||
local PARTICLES_COUNT_THUNDER = 60
|
local PARTICLES_COUNT_THUNDER = 45
|
||||||
|
|
||||||
rain = {
|
rain = {
|
||||||
-- max rain particles created at time
|
-- max rain particles created at time
|
||||||
|
|
Loading…
Reference in New Issue