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.
Press Any Button - PressAnyButton.js
Plugin desc : PressAnyButtonPlugin
License : MIT License
Author : triacontane
Website : https://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/master/PressAnyButton.js
File name : PressAnyButton.js
Help of plugin :
* @plugindesc PressAnyButtonPlugin * @author triacontane * * @param startText * @text Start Text * @desc The text to display to prompt you to start. * @default Press Any Button * * @param soundEffect * @text Start SE * @desc The sound effect information at the start. If not specified, the system sound effect decision is played. * @default * @type struct<AudioSe> * * @param font * @text Font * @desc The font of the start string. (Only if specified) * @default * @type struct<Font> * * @param adjustY * @desc Correct the display Y coordinate of the start string. * @default 0 * @min -9999 * @max 9999 * @type number * * @param decisionOnly * @desc Display the window only when the decision button is pressed. * @default false * @type boolean * * Show the text without immediately bringing up a * command window in the title screen. * Press any key, and a normal window will appear. * * This plugin is released under the MIT License.