当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
DarkPlasma 戦闘中に戦闘背景を変更 - DarkPlasma_ChangeBattlebackInBattle.js
シェア用テキスト:
▼DarkPlasma 戦闘中に戦闘背景を変更(DarkPlasma様作) - DarkPlasma_ChangeBattlebackInBattle.js
https://plugin-mz.fungamemake.com/archives/3693
戦闘中に戦闘背景を変更するプラグインコマンドを提供します。
ふりがな:せんとうちゅうにせんとうはいけいをへんこう
機能概要: 戦闘中に戦闘背景を変更するプラグインコマンドを提供します。
利用規約(ライセンス): MITライセンス
作者:DarkPlasma
作者サイト:https://elleonard.github.io/DarkPlasma-MZ-Plugins/index.html
解説ページ:https://elleonard.github.io/DarkPlasma-MZ-Plugins/2021/…
ファイル名:DarkPlasma_ChangeBattlebackInBattle.js
プラグインのヘルプ:
/*:ja * @plugindesc 戦闘中に戦闘背景を変更する * @author DarkPlasma * @license MIT * * @target MZ * @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release * * @command changeBattleback * @text 戦闘背景を変更する * @arg back1 * @text 背景1 * @type file * @dir img/battlebacks1/ * @arg back2 * @text 背景2 * @type file * @dir img/battlebacks2/ * * @help * version: 1.0.0 * 戦闘中に戦闘背景を変更するプラグインコマンドを提供します。 */