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.
Scrolling Window Back - ScrollingWindowBack.js
Plugin desc : This plugin scrolls the windows’ back.
License : MIT License
Author : nz_prism
Desc page : https://github.com/nz-prism/RPG-Maker-MZ/blob/master/ScrollingWindowBack/js/plugins/ScrollingWindowBack.js
Download Page : https://raw.githubusercontent.com/nz-prism/RPG-Maker-MZ/master/ScrollingWindowBack/js/plugins/ScrollingWindowBack.js
File name : ScrollingWindowBack.js
Help of plugin :
* @target MZ * @plugindesc This plugin scrolls the windows’ back. * @author nz_prism * @url https://github.com/nz-prism/RPG-Maker-MZ/blob/master/ScrollingWindowBack/js/plugins/ScrollingWindowBack.js * * @help ScrollingWindowBack.js * ver 1.0.0 * * [History] * 09/09/2021 1.0.0 Released * * This plugin scrolls the windows’ back. * You can controll the X & Y scroll rates with the plugin parameters. * The left bottom portion of Window.png in system folder scrolls. * * A sample picture, Window.png, can be used for a plugin test. * This Window.png can only be used by users who have already been * registered as a certified user. * * * This plugin is released under MIT license. * https://opensource.org/licenses/mit-license.php * * * @param scrollX * @text Scroll X * @desc The value for the X scroll rate. Negative value acceptable. * @default 1 * @type number * @min -999999999 * * @param scrollY * @text Scroll Y * @desc The value for the Y scroll rate. Negative value acceptable. * @default 1 * @type number * @min -999999999 *