-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin-description.txt
60 lines (55 loc) · 2.05 KB
/
plugin-description.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
//=============================================================================
// LN_FilmicFilter.js
// ----------------------------------------------------------------------------
// Copyright (c) 2021 lriki
// This software is released under the MIT License.
// http://opensource.org/licenses/mit-license.php
// ----------------------------------------------------------------------------
// [GitHub] : https://github.com/lriki/LN_FilmicFilter
// [Twitter]: https://twitter.com/lriki8
//=============================================================================
/*:ja
* @target MZ
* @plugindesc LN_FilmicFilter v1.1.1 (MIT License)
* @author LRIKI
*
* @help グラフィックスをより豊かに見せるための撮影効果を付加します。
*
* 使い方は次のページを参照してください。
* https://github.com/lriki/LN_FilmicFilter/blob/main/README.md
*
* 変更履歴は次のページを参照してください。
* https://github.com/lriki/LN_FilmicFilter/releases
*
* 既知の不具合や要望は次のページを参照してください。
* https://github.com/lriki/LN_FilmicFilter/issues
*
* @param EditorKey
* @text エディタの表示キー
* @desc デフォルトのF11キーでエディタが表示できない場合に、キーを変更できます。例えば A キーで表示する場合 a と入力してください。
* @default F11
* @type string
*
* @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 変化が完了するまでイベントを待機します。
*/