Mano 情報ウィンドウ - Mano_InfoWindow.js
▼Mano 情報ウィンドウ(しぐれん様作) - Mano_InfoWindow.js
https://plugin.fungamemake.com/archives/1910
情報ウィンドウを出します
ふりがな:じょうほううぃんどう
機能概要: 情報ウィンドウを出します
利用規約(ライセンス): MITライセンス
作者:しぐれん
作者サイト:https://siguren400.booth.pm/
解説ページ:https://forum.tkool.jp/index.php?threads/830/
ダウンロードページ:https://raw.githubusercontent.com/Sigureya/RPGmakerMV/m…
ファイル名:Mano_InfoWindow.js
プラグインのヘルプ:
/*: * @plugindesc 情報ウィンドウを出します * * @author しぐれん(魔のささやき) * * @param list * @desc 表示する情報の一覧です * @type struct<DataSet>[] * @default [] * * @param enableSwitch * @desc 指定したスイッチがONの時だけ表示します。 * @type switch * @default 0 * * @param windowX * @desc ウィンドウのX座標です * @type number * @default 0 * * @param windowY * @desc ウィンドウのY座標です * @type number * @default 0 * * @param windowWidth * @type number * @default 200 * * */ /*~struct~DataSet: * @param text * @type string * * @param textColor * @type number * @default 0 * @min 0 * * @param valueId * @desc 変数の読み込み元です * @type variable * @default 0 * * @param paddingX * @desc 数字部分の表示位置をずらします * @type number * @default 0 */