Rudimentary map wrapping added
This commit is contained in:
parent
652ef21a50
commit
a28082cae3
7 changed files with 26 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue