- Joined
- Dec 22, 2015
- Messages
- 49
- Reaction score
- 3
- First Language
- English
- Primarily Uses
- RMVXA
It's a minor thing, but I'd like the screen to not get QUITE so dark when it's snowing.
I found this snippet within Spriteset_Weather:
#--------------------------------------------------------------------------
# * Get Dimness
#--------------------------------------------------------------------------
def dimness
(@power * 6).to_i
end
But this seems like it would affect ALL weather types, and not just snow.
I found this snippet within Spriteset_Weather:
#--------------------------------------------------------------------------
# * Get Dimness
#--------------------------------------------------------------------------
def dimness
(@power * 6).to_i
end
But this seems like it would affect ALL weather types, and not just snow.
