Skip to content

Commit

Permalink
Update version v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lriki committed Aug 31, 2021
1 parent 9914908 commit cc7751c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 25 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RPGツクールMZ用 ジオラマ風の撮影効果プラグイン

| Version | File |
|---------|------|
| v1.0.1 | [:arrow_down: LN_FilmicFilter.js](https://raw.githubusercontent.com/lriki/LN_FilmicFilter/master/js/plugins/LN_FilmicFilter.js) |
| v1.0.2 | [:arrow_down: LN_FilmicFilter.js](https://raw.githubusercontent.com/lriki/LN_FilmicFilter/master/js/plugins/LN_FilmicFilter.js) |

> ⚠ コアスクリプトは最新バージョンにしてください。少なくとも v1.0.0 では正しく表示できないことがあります。このプラグインは v1.2.1 で動作確認を行っています。
Expand Down Expand Up @@ -67,6 +67,13 @@ RPGツクールMZ でプロジェクトを新規作成した後、次のファ
注意点
----------

このプラグインは一部、UnrealEngine のようなハイエンド向けゲームエンジンと似た仕組みで作られています。そのため現バージョンではややマシンスペックを要求するかもしれません。
のプラグインは一部、UnrealEngine のようなハイエンド向けゲームエンジンと似た仕組みで作られています。そのため現バージョンではややマシンスペックを要求するかもしれません。

不具合報告の際は次のような、問題が発生している環境の情報を併記いただけると助かります。

* マシンの情報 (OS, CPU, RAM, GPU 等)
* 実行環境 (デスクトップ, Web 等)

既知の不具合や要望は [こちらのページ](https://github.com/lriki/LN_FilmicFilter/issues) を参照してください。


不具合等、報告の際は問題が発生しているマシンの情報を併記いただけると助かります。(OS, CPU, RAM, GPU等)
5 changes: 4 additions & 1 deletion js/plugins/LN_FilmicFilter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 4 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,10 @@
"main": "index.html",
"chromium-args": "--force-color-profile=srgb",
"window": {
"title": "LN_FilmicFilter",
"width": 816,
"height": 624,
"title": "FilmicFilter",
"width": 1280,
"height": 960,
"position": "center",
"icon": "icon/icon.png"
},
"devDependencies": {
"@types/dat.gui": "^0.7.6",
"pixi.js": "^5.2.4",
"raw-loader": "^4.0.2",
"ts-loader": "^9.2.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0"
},
"dependencies": {
"dat.gui": "^0.7.7",
"typescript": "^4.3.2"
},
"scripts": {
"build": "webpack"
}
}
}
5 changes: 4 additions & 1 deletion plugin-description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

/*:ja
* @target MZ
* @plugindesc LN_FilmicFilter v1.0.1 (MIT License)
* @plugindesc LN_FilmicFilter v1.0.2 (MIT License)
* @author LRIKI
*
* @help グラフィックスをより豊かに見せるための撮影効果を付加します。
Expand All @@ -22,6 +22,9 @@
* 変更履歴は次のページを参照してください。
* https://github.com/lriki/LN_FilmicFilter/releases
*
* 既知の不具合や要望は次のページを参照してください。
* https://github.com/lriki/LN_FilmicFilter/issues
*
* @command SetFilmicFilter
* @text SetFilmicFilter
* @desc フィルタを適用します。
Expand Down

0 comments on commit cc7751c

Please sign in to comment.