Implement dynamic cloud sizes, adjust cycle lengths

This commit is contained in:
Till Affeldt
2020-04-13 16:53:32 +02:00
parent 47530bb07e
commit fdc457bd09
9 changed files with 86 additions and 24 deletions

View File

@ -42,3 +42,4 @@ dofile(modpath.."/lib/main.lua")
-- import predefined environment effects
dofile(modpath .. "/ca_effects/particles.lua")
dofile(modpath .. "/ca_effects/skybox.lua")
dofile(modpath .. "/ca_effects/clouds.lua")