06-09-2022, 04:11 AM
(This post was last modified: 06-09-2022, 04:11 AM by DerVVulfman.)
Easy.
It's in the Spriteset_Map code, the update method.
Simply block/comment out the two lines that adjust the panorama around like 120
Just like that.
It's in the Spriteset_Map code, the update method.
Simply block/comment out the two lines that adjust the panorama around like 120
Code:
# Update panorama plane
#@panorama.ox = $game_map.display_x / 8
#@panorama.oy = $game_map.display_y / 8