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.
GMN Picture Arrange - GMN_PictureArrange.js
Plugin desc : Multiple pictures can be aligned and displayed.
License : MIT License
Author : GEMINI
Website : https://github.com/nulluo/GEMINI-RPG-Maker-Plugin/blob/master/MZ/GMN_PictureArrange.js
Desc page : https://github.com/GEMINIGAMEDEV/RPG-Maker-Plugin/blob/master/MZ/GMN_PictureArrange.js
Download Page : https://raw.githubusercontent.com/nulluo/GEMINI-RPG-Maker-Plugin/master/MZ/GMN_PictureArrange.js
File name : GMN_PictureArrange.js
Help of plugin :
* @base PluginCommonBase * @orderAfter PluginCommonBase * @target MZ * @plugindesc Multiple pictures can be aligned and displayed. * @base PluginCommonBase * @url https://github.com/GEMINIGAMEDEV/RPG-Maker-Plugin/blob/master/MZ/GMN_PictureArrange.js * @author GEMINI * * @help * * Allows multiple pictures to be displayed in an aligned fashion. * * 2022/02/20 1.0.0 Published * 2022/03/20 1.0.1 Description Fixed * * @command showPictures * @text Show aligned pictures * @desc Align and display pictures in the specified range. * * @arg start * @text Start picture number * @desc The picture number to start displaying. * @type number * @default 1 * @arg end * @text End picture number. * @desc The picture number to end the display. * @type number * @default 1 * @arg pictureInfos * @text Picture info. * @desc Information about the picture to display. * @type struct<PictureInfos> * @arg arrangeInfos * @text Arrange information. * @desc Information about the picture to arrange. * @type struct<ArrangeInfos> * @arg maxColumns * @text Number of columns. * @desc Number of pictures to display in a row. * @type number * @default 1