Fix bugs, tweak weather configs, fix noise generator

This commit is contained in:
Till Affeldt
2020-04-13 13:40:05 +02:00
parent 49242573f2
commit 47530bb07e
9 changed files with 77 additions and 61 deletions

View File

@ -1,8 +1,8 @@
local api = {}
api.SHORT_CYCLE = 0 -- for particles and fast animations
api.DEFAULT_CYCLE = 0 -- for most effect types
api.LONG_CYCLE = 0 -- for write operations and skybox changes
api.SHORT_CYCLE = 0.03 -- for particles and fast animations
api.DEFAULT_CYCLE = 0.1 -- for most effect types
api.LONG_CYCLE = 0.5 -- for write operations and skybox changes
climate_mod.weathers = {}
climate_mod.effects = {}