Rewrote fading of overworld weather, added fog weather

This commit is contained in:
Maruno17
2021-03-27 17:36:02 +00:00
parent ade9d5aea7
commit 8975d7a20c
9 changed files with 458 additions and 215 deletions

View File

@@ -25,7 +25,6 @@ class Game_Temp
attr_accessor :fadestate # for sprite hashes
attr_accessor :background_bitmap
attr_accessor :message_window_showing
attr_accessor :player_transferring
attr_accessor :transition_processing
attr_accessor :mart_prices
#-----------------------------------------------------------------------------
@@ -52,7 +51,6 @@ class Game_Temp
@fadestate = 0
@background_bitmap = nil
@message_window_showing = false
@player_transferring = false
@transition_processing = false
@mart_prices = {}
end