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

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

Scrolling Window Back - ScrollingWindowBack.js

Plugin desc : This plugin scrolls the windows’ back.

License : MIT License

Author : nz_prism

Website : https://github.com/nz-prism/RPG-Maker-MZ/blob/master/ScrollingWindowBack/js/plugins/ScrollingWindowBack.js

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
 *

スポンサードリンク

-MZ plugins

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