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.
LL Galge Pause Sign MV - LL_GalgePauseSignMV.js
Plugin desc : Visual novel style pause cursor plugin
License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Prohibited (This does not apply to works made using the material.)
・Details: See Download Page / In-plugin documentation
Author : Lulu's Church
Website : https://nine-yusha.com/
Desc page : https://nine-yusha.com/plugin-galgepausesign/
File name : LL_GalgePauseSignMV.js
Help of plugin :
* @target MV * @plugindesc Visual novel style pause cursor plugin * @author Lulu's Church * @url https://nine-yusha.com/plugin-galgepausesign/ * * @help LL_GalgePauseSignMV.js * * Displays a visual novel style pause cursor. * Only one image file is required. * You do not need to prepare multiple frames for animation. * * There are no plugin commands. * * Terms of use: * ・No copyright notice required. * ・No report needed for use. * ・Free for commercial and non-commercial. * ・No restriction for adult works. * ・You may modify freely for your game. * ・Redistribution as plugin material (incl. modified) prohibited. * * Author: Lulu's Church * Date: 2021/8/15 * * @param imageName * @text Image File * @desc Image file to display as pause cursor. * Recommended size: 24px–36px square. * @dir img/system * @type file * @require 1 * * @param animation * @text Animation * @desc Animation type for displaying the pause cursor. * @type select * @default vertical * @option None * @value none * @option Vertical * @value vertical * @option Horizontal * @value horizontal * @option Blinking * @value blinking * @option Zoom * @value zoom * @option Rotation * @value rotation * @option Jumping * @value jumping * @option Shooting Star * @value shootingstar * * @param positionType * @text Position * @desc Display position of the pause cursor. * @type select * @default centerBottom * @option Bottom Left * @value leftBottom * @option Center Bottom * @value centerBottom * @option Bottom Right * @value rightBottom * @option End of Text * @value textEnd * * @param positionX * @text X Position * @desc Adjust X position. (+ moves right, – moves left) * @default 0 * @min -2000 * @max 2000 * @type number * * @param positionY * @text Y Position * @desc Adjust Y position. (+ moves down, – moves up) * @default 0 * @min -2000 * @max 2000 * @type number