Rudimentary map wrapping added

This commit is contained in:
Mathew Velasquez 2015-11-20 21:08:00 -05:00
parent 652ef21a50
commit a28082cae3
7 changed files with 26 additions and 1 deletions

View file

@ -124,6 +124,8 @@ class Spriteset_Map
# * Frame Update
#--------------------------------------------------------------------------
def update
# Update tilemap
@tilemap.wrapping = $game_map.wrapping
# If panorama is different from current one
if @panorama_name != $game_map.panorama_name or
@panorama_hue != $game_map.panorama_hue