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.
Virtual Stick - VirtualStick.js
Plugin desc : virtual stick v1.1.4
License : MIT License
Author : unagi ootoro
Website : https://github.com/unagiootoro/RPGMZ/blob/master/VirtualStick.js
Desc page : https://raw.githubusercontent.com/unagiootoro/RPGMZ/master/VirtualStickController.js
Download Page : https://raw.githubusercontent.com/unagiootoro/RPGMZ/master/VirtualStick.js
File name : VirtualStick.js
Help of plugin :
@target MV MZ @plugindesc virtual stick v1.1.4 @author unagi ootoro @url https://raw.githubusercontent.com/unagiootoro/RPGMZ/master/VirtualStickController.js @help It is a plugin that introduces a virtual stick. 【How to use】 By changing the "stick mode" of the plug-in parameter ・ Move in 4 directions ・ Move in 8 directions ・ 360 degree movement You can choose one of them. If you choose to move in 8 directions or 360 degrees, you need to install the following plug-ins. ・ 8-direction movement: A plug-in that supports diagonal movement, or a dot movement plug-in ・ 8-direction movement: Dot movement plug-in * For plug-ins that support diagonal movement We have confirmed the operation with "Yami_8DirEx.js" and "HalfMove.js". When used in combination with other mobile plug-ins, this plug-in is Please install below other mobile plugins. 【License】 This plugin is available under the terms of the MIT license. @param STICK_MODE @text stick mode @type number @default 0 @desc Specifies the mode of the virtual stick. 0: 4 directions move 1: 8 directions move 2: 360 degrees move @param PAD_SIZE @text pad size @type number @ default 128 @desc Specifies the size of the virtual stick. @param STICK_SIZE @text stick size @type number @default 64 @desc Specifies the stick size of the virtual stick. @param MARGIN @text margin @type number @default 8 @desc Specifies the pad center judgment margin. @param ALWAYS_DUSH @text always dash @type boolean @default false @desc If set to true, pad movement will always be a dash. @param PAD_IMAGE_FILE_NAME @text pad image file name @type file @dir img @desc Specify the file name of the pad image. @param STICK_IMAGE_FILE_NAME @text stick image file name @type file @dir img @desc Specify the file name of the stick image. @param PAD_STROKE_COLOR @text Pad border color @type string @default #0000aa @desc Specifies the color of the pad border. @param PAD_FILL_COLOR @text Pad fill color @type string @default #0000ff @desc Specifies the color of the pad fill. @param PAD_OPACITY @text pad transparency @type number @default 64 @desc Specify the transparency of the pad from 0 to 255. @param STICK_STROKE_COLOR @text Stick border color @type string @default #0000aa @desc Specifies the color of the stick border. @param STICK_FILL_GRAD1_COLOR @text Stick fill gradient start @type string @default #ffffff @desc Stick fill Specifies the color at which the gradient starts. @param STICK_FILL_GRAD2_COLOR @text Stick fill gradient middle @type string @default #aaaaff @desc Stick fill gradient Specifies a color in the middle. @param STICK_FILL_GRAD3_COLOR @text Stick fill gradient end @type string @default #0000ff @desc Stick fill Specifies the color at the end of the gradient.