当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
DarkPlasma スキル/アイテムの対象全体化切り替えボタン - DarkPlasma_ExpandTargetScopeButton.js
シェア用テキスト:
▼DarkPlasma スキル/アイテムの対象全体化切り替えボタン(DarkPlasma様作) - DarkPlasma_ExpandTargetScopeButton.js
https://plugin-mz.fungamemake.com/archives/4280
スキル/アイテムの対象を単体/全体に切り替えるボタンを表示します。
ふりがな:すきる/あいてむのたいしょうぜんたいかきりかえぼたん
機能概要: スキル/アイテムの対象を単体/全体に切り替えるボタンを表示します。
利用規約(ライセンス): 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_ExpandTargetScopeButton.js
プラグインのヘルプ:
/*:ja * @plugindesc スキル/アイテムの対象全体化切り替えボタン * @author DarkPlasma * @license MIT * * @target MZ * @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release * * @base DarkPlasma_ExpandTargetScope * @orderAfter DarkPlasma_ExpandTargetScope * * @param allButtonImage * @text 全体化ボタン画像 * @type file * @dir img * * @param singleButtonImage * @text 単体化ボタン画像 * @type file * @dir img * * @param x * @text X座標 * @type number * @default 0 * * @param y * @text Y座標 * @type number * @default 0 * * @param scale * @desc ボタン画像のサイズ倍率(%) * @text サイズ倍率 * @type number * @default 100 * * @help * version: 1.0.1 * スキル/アイテムの対象を単体/全体に切り替えるボタンを表示します。 * * 本プラグインの利用には下記プラグインを必要とします。 * DarkPlasma_ExpandTargetScope version:1.1.0 * 下記プラグインと共に利用する場合、それよりも下に追加してください。 * DarkPlasma_ExpandTargetScope */