当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
kzmz アイテムメニューの自由設置 - kzmz_ItemListCustomize.js
シェア用テキスト:
▼kzmz アイテムメニューの自由設置(剣崎 宗二様作) - kzmz_ItemListCustomize.js
https://plugin-mz.fungamemake.com/archives/7029
アイテムメニューの自由設置
ふりがな:あいてむめにゅーのじゆうせっち
機能概要: アイテムメニューの自由設置
利用規約(ライセンス): MITライセンス
作者:剣崎 宗二
作者サイト:https://x.com/EYN_kenzaki
ダウンロードページ:https://raw.githubusercontent.com/kenzakis2/RMPMZ_kenza…
ファイル名:kzmz_ItemListCustomize.js
プラグインのヘルプ:
*:ja * @plugindesc アイテムメニューの自由設置 * @author 剣崎宗二 * * @target MZ * * @param Item Row Height * @desc 1アイテムの縦の高さ。 * @type number * @min 1 * @default 4 * * @param Item Columns * @desc 横のアイテム数 * @type number * @min 1 * @default 1 * * @param WindowBack * @desc ウィンドウ背景名。空白の場合デフォルト。 * @type string * @default * * @param ItemPicFolder * @desc アイテム画像のフォルダ名。 * @type string * @default pictures * * @param Text Items * @desc 各枠のテキストの詳細 * @type struct<TextItem>[] * @default [] * * @param Picture Items * @desc 各枠のテキストの詳細 * @type struct<PicItem>[] * @default [] */