当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
NUUN コンテンツ背景非表示 - NUUN_ContentsBackVisible.js
シェア用テキスト:
▼NUUN コンテンツ背景非表示(NUUN様作) - NUUN_ContentsBackVisible.js
https://plugin-mz.fungamemake.com/archives/4296
コンテンツの背景を表示しないようにします。コンテンツ背景クラス設定はコンテンツ背景非表示がOFFの時に適用します。
ふりがな:こんてんつはいけいひひょうじ
機能概要: コンテンツの背景を表示しないようにします。コンテンツ背景クラス設定はコンテンツ背景非表示がOFFの時に適用します。
利用規約(ライセンス): MITライセンス
作者:NUUN
作者サイト:https://github.com/nuun888
ダウンロードページ:https://raw.githubusercontent.com/nuun888/mz/master/NUU…
ファイル名:NUUN_ContentsBackVisible.js
プラグインのヘルプ:
/*: * @target MZ * @plugindesc コンテンツ背景非表示 * @author NUUN * @version 1.0.0 * @base NUUN_Base * @orderAfter NUUN_Base * * @help * コンテンツの背景を表示しないようにします。 * コンテンツ背景クラス設定はコンテンツ背景非表示がOFFの時に適用します。 * * * 更新履歴 * 2021/12/30 Ver.1.0.0 * 初版 * * @param BackVisible * @text コンテンツ背景非表示 * @desc コンテンツ背景を表示しません。 * @type boolean * @default true * * @param BackVisibleClass * @text コンテンツ背景クラス設定 * @desc コンテンツ背景の表示をさせないクラスを指定します。リストにないクラスの場合、直接記入してください。(複数指定可) * @type combo[] * @option 'Window_TitleCommand' * @option 'Window_Options' * @option 'Window_SavefileList' * @option 'Window_MenuCommand' * @option 'Window_MenuStatus' * @option 'Window_MenuActor' * @option 'Window_ItemCategory' * @option 'Window_ItemList' * @option 'Window_SkillType' * @option 'Window_SkillList' * @option 'Window_EquipCommand' * @option 'Window_EquipSlot' * @option 'Window_EquipItem' * @option 'Window_GameEnd' * @option 'Window_ShopCommand' * @option 'Window_ShopBuy' * @option 'Window_ShopSell' * @option 'Window_NumberInput' * @option 'Window_EventItem' * @option 'Window_ChoiceList' * @option 'Window_NameInput' * @option 'Window_BattleStatus' * @option 'Window_PartyCommand' * @option 'Window_ActorCommand' * @option 'Window_BattleSkill' * @option 'Window_BattleItem' * @option 'Window_BattleActor' * @option 'Window_BattleEnemy' * @default * */