当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
LN ジオラマ風の撮影効果 - LN_FilmicFilter.js
シェア用テキスト:
▼LN ジオラマ風の撮影効果(LRIKI様作) - LN_FilmicFilter.js
https://plugin-mz.fungamemake.com/archives/3057
グラフィックスをより豊かに見せるための撮影効果を付加します。
ふりがな:じおらまふうのさつえいこうか
機能概要: グラフィックスをより豊かに見せるための撮影効果を付加します。
利用規約(ライセンス): MITライセンス
作者:LRIKI
作者サイト:https://twitter.com/lriki8
解説ページ:https://github.com/lriki/LN_FilmicFilter
ダウンロードページ:https://raw.githubusercontent.com/lriki/LN_FilmicFilter…
ファイル名:LN_FilmicFilter.js
プラグインのヘルプ:
/*:ja * @target MZ * @plugindesc LN_FilmicFilter v1.0.1 (MIT License) * @author LRIKI * * @help グラフィックスをより豊かに見せるための撮影効果を付加します。 * * 使い方は次のページを参照してください。 * https://github.com/lriki/LN_FilmicFilter/blob/main/README.md * * 変更履歴は次のページを参照してください。 * https://github.com/lriki/LN_FilmicFilter/releases * * @command SetFilmicFilter * @text SetFilmicFilter * @desc フィルタを適用します。 * * @arg filterId * @type number * @min -1 * @default 0 * @text フィルタID * @desc 適用するフィルタファイルの番号です。 (例: 2-夕焼け.json の場合は 2 を指定する) * * @arg duration * @type number * @default 30 * @text 時間 * @desc 変化にかける時間です。フレーム単位で指定します。 * * @arg wait * @type boolean * @default true * @text 完了までウェイト * @desc 変化が完了するまでイベントを待機します。 */