Welcome to PGMV! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
MNKR Change Fade - MNKR_ChangeFade.js
Plugin desc : Changes the behavior of the event command "Fade out/in".
License : MIT License
Author : munokura
Website : https://github.com/munokura/MNKR-MV-plugins/blob/master/MNKR_ChangeFade.js
Desc page : https://raw.githubusercontent.com/munokura/MNKR-MV-plugins/master/MNKR_ChangeFade.js
Download Page : https://raw.githubusercontent.com/munokura/MNKR-MV-plugins/master/MNKR_ChangeFade.js
File name : MNKR_ChangeFade.js
Help of plugin :
@target MV
@url https://raw.githubusercontent.com/munokura/MNKR-MV-plugins/master/MNKR_ChangeFade.js
@plugindesc Changes the behavior of the event command "Fade out/in".
@author munokura
@license MIT License
@help
Changes the behavior of the "Fade Out/In" event command.
# Terms of Use
MIT License.
http://opensource.org/licenses/mit-license.php
You may modify and redistribute this without permission from the author, and
there are no restrictions on its use (commercial, R18+, etc.).
@param fadeDurationVariables
@text Fade Speed Variable
@desc The value of the variable is the fade time. The default is 30. If the value is 0/no variable is specified, the default behavior will occur.
@type variable
@default 0
@param fadeColor
@text Fade Color
@desc Enter the RGB values. If you do not want to use this function, enter -1 for red (R).
@type struct<color>
@default {"red":"255","green":"0","blue":"0"}