KRD 色データ軽量化 - KRD_Color.js
シェア用テキスト:
▼KRD 色データ軽量化(くろうど様作) - KRD_Color.js
https://plugin.fungamemake.com/archives/31726
色データをシングルトンのように保持して処理を軽くします。
ふりがな:しょくでーたけいりょうか
機能概要: 色データをシングルトンのように保持して処理を軽くします。
利用規約(ライセンス): MITライセンス
作者:くろうど
作者サイト:https://x.com/kuroudo119
解説ページ:https://github.com/kuroudo119/RPGMV-Plugin
ダウンロードページ:https://raw.githubusercontent.com/kuroudo119/RPGMV-Plug…
ファイル名:KRD_Color.js
プラグインのヘルプ:
/*:ja * @plugindesc 色データをシングルトンのように保持して処理を軽くします。 * @author kuroudo (くろうど) * * @param normalColor * @desc ノーマル色。デフォルト 0 * @default 0 * * @param systemColor * @desc システム色。デフォルト 16 * @default 16 * * @param crisisColor * @desc 瀕死時色。デフォルト 17 * @default 17 * * @param deathColor * @desc 戦闘不能色。デフォルト 18 * @default 18 * * @param gaugeBackColor * @desc ゲージ背景色。デフォルト 19 * @default 19 * * @param hpGaugeColor1 * @desc HPゲージ色1。2つあるのはグラデーション用。デフォルト 20 * @default 20 * * @param hpGaugeColor2 * @desc HPゲージ色2。2つあるのはグラデーション用。デフォルト 21 * @default 21 * * @param mpGaugeColor1 * @desc MPゲージ色1。2つあるのはグラデーション用。デフォルト 22 * @default 22 * * @param mpGaugeColor2 * @desc MPゲージ色2。2つあるのはグラデーション用。デフォルト 23 * @default 23 * * @param mpCostColor * @desc 消費MP色。デフォルト 23 * @default 23 * * @param tpGaugeColor1 * @desc TPゲージ色1。2つあるのはグラデーション用。デフォルト 28 * @default 28 * * @param tpGaugeColor2 * @desc TPゲージ色2。2つあるのはグラデーション用。デフォルト 29 * @default 29 * * @param tpCostColor * @desc 消費TP色。デフォルト 29 * @default 29 * * @help KRD_Color.js Copyright (c) 2019 kuroudo (くろうど) This plugin is released under the MIT License. https://opensource.org/licenses/mit-license.php * * */
