Welcome to PGMZ! 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
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/PressAnyButton.js
Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/refs/heads/mz_master/PressAnyButton.js
File name : PressAnyButton.js
Help of plugin :
* @plugindesc PressAnyButtonPlugin * @target MZ * @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/PressAnyButton.js * @base PluginCommonBase * @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.