• This is a simple plugin that adds a pause scene with a background image of your choice when you press a button on Scene_Map.
Features
• Pause the game pressing a button when you are at the scene map(This also stops the $gameSystem.playTime()).
• Choose an image to show when the game is paused.
• It saves the current playTime(Graphics.frameCount/$gameSystem.playTime()) before you pause, and restore it after you leave the pause scene.
How to use
• You can choose an image from your system folder. Make sure it is the size of your game resolution. You can also not use any image.
• Check out this site to find your desired javascript keycode: https://keycode.info/
Update Log
SpoilerVersion 1.4 - 01/04/2021
- Add common event to play when leaving Scene pause. Version 1.3 - 09/26/2020
- You can click or touch the screen to unpause/resume the game. Version 1.2 - 08/27/2020
- Add plugin command to pause the game. Version 1.1 - 08/22/2020
- Code restructuring. Version 1.0 - 08/07/2020
- Plugin release!