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.
Simple Scroll Bar - SimpleScrollBar.js
Plugin desc : Introduce scrollbar.
License : MIT License
Author : あわやまたな (Awaya_Matana)
Website : https://awaya3ji.seesaa.net/
Desc page : https://awaya3ji.seesaa.net/article/498100561.html
File name : SimpleScrollBar.js
Help of plugin :
* @target MZ * @orderBefore FesWindowDimmer * @plugindesc Introduce scrollbar. * @author あわやまたな (Awaya_Matana) * @url https://awaya3ji.seesaa.net/article/498100561.html * @help Ver.1.2.0 * * @param drawBackground * @text Draw Background * @desc Draws the background of the scrollbar. * @type boolean * @default true * @param barWidth * @text Scroll Bar Width * @desc Specifies the width of the scrollbar. * @type number * @min 1 * @default 3 * * @param barColor1 * @text Scroll Bar Color * @desc Specifies the color of the scrollbar. * @default rgba(255, 255, 255, 1) * @param barColor2 * @text Scroll Bar Background Color * @desc Specifies the color of the scrollbar. * @default rgba(128, 128, 128, 1) * * @param fadeOut * @text Fade Out * @desc If you do not use it for a while, the scroll bar will fade out. * @type boolean * @default false * * @param onlyWhileScrolling * @text Only While Scrolling * @desc The scrollbar is only displayed while scrolling. * @type boolean * @default false * * @param waitDuration * @text Wait Duration * @desc The number of frames it will take before the fade out begins. * @type number * @default 60 * * @param fadeOutDuration * @text Fade Out Duration * @desc The number of frames it takes to fade out. * @type number * @default 10 *