Welcome to PGMV! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
FTKR Pause Sign Position - FTKR_PauseSignPosition.js
Plugin desc : v1.0.0 Plugin to change the display position of the pause sign
License : MIT License
Author : Futokoro
Desc page : https://github.com/munokura/futokoro-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/futokoro-MV-plugins/refs/heads/master/FTKR_PauseSignPosition.js
File name : FTKR_PauseSignPosition.js
Help of plugin :
@plugindesc v1.0.0 Plugin to change the display position of the pause sign @author Futokoro @url https://github.com/munokura/futokoro-MV-plugins @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/futokoro-MV-plugins ). Original plugin by Futokoro. Please check the URL below for the latest version of the plugin. URL https://github.com/futokoro/RPGMaker ----- ----------------------------------------------------------------------------- Overview ----------------------------------------------------------------------------- You can adjust the display position of the pause sign in the message window. Enter the desired offset from the default position in the plugin parameters. ----------------------------------------------------------------------------- Setup Instructions ----------------------------------------------------------------------------- 1. Add this plugin to the "Plugin Manager." ----------------------------------------------------------------------------- License for this Plugin ----------------------------------------------------------------------------- This plugin is released under the MIT License. Copyright (c) 2018 Futokoro http://opensource.org/licenses/mit-license.php Plugin Publisher https://github.com/futokoro/RPGMaker/blob/master/README.md ----------------------------------------------------------------------------- Change History ----------------------------------------------------------------------------- v1.0.0 - 2018/04/15: First version created ----------------------------------------------------------------------------- @param Posi Offset X @desc Specifies the value to shift the pause sign display position to the right in the X direction. A negative value shifts it to the left. @default 0 @type number @min -10000 @max 10000 @param Posi Offset Y @desc Specifies the value to shift the pause sign display position downward in the Y direction. A negative value shifts it upward. @default 0 @type number @min -10000 @max 10000