From cc7751cd148bd4e3ea2cda029c005c4942c511e5 Mon Sep 17 00:00:00 2001 From: lriki Date: Tue, 31 Aug 2021 20:26:34 +0900 Subject: [PATCH] Update version v1.0.2 --- README.md | 13 ++++++++++--- js/plugins/LN_FilmicFilter.js | 5 ++++- package.json | 24 ++++-------------------- plugin-description.txt | 5 ++++- 4 files changed, 22 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 40797d5..94d9144 100644 --- a/README.md +++ b/README.md @@ -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 で動作確認を行っています。 @@ -67,6 +67,13 @@ RPGツクールMZ でプロジェクトを新規作成した後、次のファ 注意点 ---------- -このプラグインは一部、UnrealEngine のようなハイエンド向けゲームエンジンと似た仕組みで作られています。そのため現バージョンではややマシンスペックを要求するかもしれません。 +のプラグインは一部、UnrealEngine のようなハイエンド向けゲームエンジンと似た仕組みで作られています。そのため現バージョンではややマシンスペックを要求するかもしれません。 + +不具合報告の際は次のような、問題が発生している環境の情報を併記いただけると助かります。 + +* マシンの情報 (OS, CPU, RAM, GPU 等) +* 実行環境 (デスクトップ, Web 等) + +既知の不具合や要望は [こちらのページ](https://github.com/lriki/LN_FilmicFilter/issues) を参照してください。 + -不具合等、報告の際は問題が発生しているマシンの情報を併記いただけると助かります。(OS, CPU, RAM, GPU等) diff --git a/js/plugins/LN_FilmicFilter.js b/js/plugins/LN_FilmicFilter.js index f38a2af..b91668c 100644 --- a/js/plugins/LN_FilmicFilter.js +++ b/js/plugins/LN_FilmicFilter.js @@ -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 グラフィックスをより豊かに見せるための撮影効果を付加します。 @@ -22,6 +22,9 @@ * 変更履歴は次のページを参照してください。 * https://github.com/lriki/LN_FilmicFilter/releases * + * 既知の不具合や要望は次のページを参照してください。 + * https://github.com/lriki/LN_FilmicFilter/issues + * * @command SetFilmicFilter * @text SetFilmicFilter * @desc フィルタを適用します。 diff --git a/package.json b/package.json index 72392a8..9ce4e23 100644 --- a/package.json +++ b/package.json @@ -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" } -} +} \ No newline at end of file diff --git a/plugin-description.txt b/plugin-description.txt index 05b4bad..c8f1f90 100644 --- a/plugin-description.txt +++ b/plugin-description.txt @@ -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 グラフィックスをより豊かに見せるための撮影効果を付加します。 @@ -22,6 +22,9 @@ * 変更履歴は次のページを参照してください。 * https://github.com/lriki/LN_FilmicFilter/releases * + * 既知の不具合や要望は次のページを参照してください。 + * https://github.com/lriki/LN_FilmicFilter/issues + * * @command SetFilmicFilter * @text SetFilmicFilter * @desc フィルタを適用します。