当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
DarkPlasma CGギャラリーシーンを提供 - DarkPlasma_CGGallery.js
シェア用テキスト:
▼DarkPlasma CGギャラリーシーンを提供(DarkPlasma様作) - DarkPlasma_CGGallery.js
https://plugin-mz.fungamemake.com/archives/3022
CGギャラリーシーンを提供します。
ふりがな:CGぎゃらりーしーんをていきょうする
機能概要: CGギャラリーシーンを提供します。
利用規約(ライセンス): 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_CGGallery.js
プラグインのヘルプ:
/*:ja * @plugindesc CGギャラリーシーンを提供する * @author DarkPlasma * @license MIT * * @target MZ * @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release * * @param cgs * @desc CGの情報を登録します。 * @text CG一覧 * @type struct<CG>[] * @default [] * * @param selectWindowWidth * @desc CG一覧ウィンドウの横幅を指定します。 * @text ウィンドウ幅 * @type number * @default 300 * * @param selectWindowHeight * @desc CG一覧ウィンドウの高さを指定します。 * @text ウィンドウ高さ * @type number * @default 300 * * @param secretTitle * @desc 閲覧条件を満たさないCGのタイトル表示 * @text 未開放タイトル * @type string * @default ???? * * @param backgroundImage * @desc CGギャラリーシーンの背景画像を指定します。 * @text 背景画像 * @type file * @dir img * * @help * version: 1.0.0 * CGギャラリーシーンを提供します。 * * 下記スクリプトによってシーンを開くことができます。 * SceneManager.push(Scene_CGGallery); */