An open library of RPG Maker MV plugins, powered by the community.

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

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.

スポンサードリンク

-MV plugins

Copyright© PGMV - The Community-Driven Plugin Library for RPG Maker MV , 2026 All Rights Reserved.