mirror of
https://github.com/t-affeldt/regional_weather.git
synced 2025-07-18 00:10:39 +02:00
Tweak fog effect, add puddle variants, imrove frost HUD
This commit is contained in:
3
init.lua
3
init.lua
@ -34,7 +34,8 @@ end
|
||||
-- import individual weather types
|
||||
dofile(modpath.."/ca_weathers/ambient.lua")
|
||||
dofile(modpath.."/ca_weathers/deep_cave.lua")
|
||||
--dofile(modpath.."/ca_weathers/fog.lua")
|
||||
dofile(modpath.."/ca_weathers/fog.lua")
|
||||
dofile(modpath.."/ca_weathers/fog_heavy.lua")
|
||||
dofile(modpath.."/ca_weathers/hail.lua")
|
||||
dofile(modpath.."/ca_weathers/pollen.lua")
|
||||
dofile(modpath.."/ca_weathers/rain.lua")
|
||||
|
Reference in New Issue
Block a user