当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
DarkPlasma 画像を合成して1枚のピクチャとして扱う - DarkPlasma_ComposePicture.js
シェア用テキスト:
▼DarkPlasma 画像を合成して1枚のピクチャとして扱う(DarkPlasma様作) - DarkPlasma_ComposePicture.js
https://plugin-mz.fungamemake.com/archives/5298
画像を合成して1枚のピクチャとして扱うプラグインコマンドを提供します。
ふりがな:がぞうをごうせいして1まいのぴくちゃとしてあつかう
機能概要: 画像を合成して1枚のピクチャとして扱うプラグインコマンドを提供します。
利用規約(ライセンス): MITライセンス
作者:DarkPlasma
作者サイト:https://elleonard.github.io/DarkPlasma-MZ-Plugins/index.html
解説ページ:https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree…
ダウンロードページ:https://raw.githubusercontent.com/elleonard/DarkPlasma-…
ファイル名:DarkPlasma_ComposePicture.js
プラグインのヘルプ:
/*: * @plugindesc 画像を合成して1枚のピクチャとして扱う * @author DarkPlasma * @license MIT * * @target MZ * @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release * * @param startIdOfAdditionalPicture * @desc 合成する画像に割り当てるピクチャIDの始点を設定します。 * @text 合成する画像のピクチャID始点 * @type number * @min 201 * @default 10001 * * @command composePicture * @text 画像を合成する * @arg basePictureId * @desc 指定したピクチャをベース画像として扱います。 * @text ベースピクチャID * @type number * @max 100 * @min 1 * @default 0 * @arg additionalImages * @text 合成する画像 * @type struct<AdditionalImage>[] * @default [] * * @help * version: 1.1.0 * 画像を合成して1枚のピクチャとして扱うプラグインコマンドを提供します。 * * 本プラグインはセーブデータにピクチャの合成情報を追加します。 */