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.
Dark Plasma Compose Picture - DarkPlasma_ComposePicture.js
Plugin desc : Combine images into one picture
License : MIT License
Author : DarkPlasma
Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_ComposePicture.js
Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_ComposePicture.js
File name : DarkPlasma_ComposePicture.js
Help of plugin :
@target MZ @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release @plugindesc Combine images into one picture @author DarkPlasma @license MIT @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/DarkPlasma-MZ-Plugins ). Original plugin by DarkPlasma. Please check the latest official version at: https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release ----- Version: 1.1.3 Provides a plugin command for compositing images into a single picture. This plugin adds picture compositing information to save data. @param startIdOfAdditionalPicture @text Picture ID start point of the image to be composited @desc Set the start point of the picture ID to be assigned to the image to be composited. @type number @default 10001 @min 201 @command composePicture @text Composite images @arg basePictureId @text Base Picture ID @desc The specified picture will be used as the base image. @type number @default 0 @min 1 @max 100 @arg additionalImages @text Image to be composited @type struct<AdditionalImage>[] @default []