Hello,
I found an issue with RPG maker MZ shaking screen command and scrolling layers (SCREEN OVERLAY):
I have a map that has screen overlay clouds and are scrolling slowly down left.
If you shake the screen, you can see that the clouds layers don't draw on the sides of the screen where it's shaking, probably because its a Screen overlay and draw only what's on the screen, the shaking screen commands make some part of the map appearing while the player not moving
Is it possible to fix this issue ?
Maybe by letting the "Screen overlay" drawing bit more than what the player see to avoid this