lethalvisions
Member
You know, I can't believe I'm even asking this, cause the answer's probably right in front of me... but, at what viewport are weather effects produced?
I'm wanting to shift my 'fog' layer above it for some nice shading to some rain...
Edit: For instance, in Spriteset_Map I see this line
# Make panorama plane
@panorama = Plane.new(@viewport1)
@panorama.z = -1000
but for weather, I only see this...
# Make weather
@weather = RPG::Weather.new(@viewport1)
would it automatically understand if I did something like...
@weather.z = -800 ?
I'm wanting to shift my 'fog' layer above it for some nice shading to some rain...
Edit: For instance, in Spriteset_Map I see this line
# Make panorama plane
@panorama = Plane.new(@viewport1)
@panorama.z = -1000
but for weather, I only see this...
# Make weather
@weather = RPG::Weather.new(@viewport1)
would it automatically understand if I did something like...
@weather.z = -800 ?