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,5 +1,5 @@
local GSCYCLE = 0
local WORLD_CYCLE = 0
local GSCYCLE = 0.01
local WORLD_CYCLE = 0.5
local gs_timer = 0
local world_timer = 0