GALV Action Indicators - GALV_ActionIndicators.js
シェア用テキスト:
▼GALV Action Indicators(Galv様作) - GALV_ActionIndicators.js
https://plugin.fungamemake.com/archives/23225
マップイベントの上にアイコンを表示
ふりがな:GALV Action Indicators
機能概要: マップイベントの上にアイコンを表示
利用規約(ライセンス):
・著作権:保持
・商用利用:許可
・追加改変:許可
・再配布:禁止 (素材を利用した作品の配布は再配布に当たりません。)
・詳細はダウンロードページ・プラグイン内を確認
作者:Galv
作者サイト:https://galvs-scripts.com/
解説ページ:https://fungamemake.com/archives/4343
ダウンロードページ:https://galvs-scripts.com/2015/12/04/mv-action-indicato…
ファイル名:GALV_ActionIndicators.js
プラグインのヘルプ:
/*:ja * @plugindesc (v.1.4) イベントにアイコンを表示します。 * * @author Galv - galvs-scripts.com * * @param Y Offset * @desc アイコンのY座標オフセット量 * @default 0 * * @param Z Position * @desc Z位置(マップオブジェクトの表示で上/下を制御します) * @default 5 * * @param Auto Hide * @desc アイコンの自動消去設定。true / false * @type boolean * @default true * * @param Icon Opacity * @desc アイコンの不透明度。0-255 * @default 200 * * @help * 翻訳:ムノクラ * https://munokura.tk/ * https://twitter.com/munokura/ * * --------------------------------------------------------------------------- * Galv's Action Indicators * --------------------------------------------------------------------------- * 有効なイベントページの'注釈'コマンドに以下のコードを含む時、 * アイコンを表示します。 * * <actionIcon: id> // イベント内の注釈で使用するコード * // id = 表示するアイコンID * * --------------------------------------------------------------------------- * プラグインコマンド * --------------------------------------------------------------------------- * * AIVISIBLE FALSE // アイコン表示を無効にする * AIVISIBLE TRUE // アイコン表示を有効にする * */