Welcome to PGMZ! 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.
Fade Plus - FadePlus.js
Plugin desc : Reinforces fade in/out.
License : MIT License
Author : あわやまたな (Awaya_Matana)
Website : https://awaya3ji.seesaa.net/
Desc page : https://awaya3ji.seesaa.net/article/498644942.html
File name : FadePlus.js
Help of plugin :
* @target MZ * @plugindesc Reinforces fade in/out. * @author あわやまたな (Awaya_Matana) * @url https://awaya3ji.seesaa.net/article/498644942.html * @help Ver.1.0.1 * The parameter affects the number of frames in the combo box. * * @param instant * @text Instant * @desc Number of frames for fade in/out. * @type number * @default 1 * * @param faster * @text Faster * @desc Number of frames for fade in/out. * @type number * @default 12 * * @param normal * @text Normal * @desc Number of frames for fade in/out. * @type number * @default 24 * * @param slower * @text Slower * @desc Number of frames for fade in/out. * @type number * @default 48 * * @command fadeOut * @text Fadeout Screen * @desc Fade out. * * @arg duration * @text Duration * @desc Specify the number of frames. * Enter a number or select from the combo box. * @default Normal * @type combo * @option Instant * @option Faster * @option Normal * @option Slower * * @arg wait * @text Wait for Completion * @desc Wait until the fade is complete. * @default true * @type boolean * * @command fadeIn * @text Fadein Screen * @desc Fade in. * * @arg duration * @text Duration * @desc Specify the number of frames. * Enter a number or select from the combo box. * @default Normal * @type combo * @option Instant * @option Faster * @option Normal * @option Slower * * @arg wait * @text Wait for Completion * @desc Wait until the fade is complete. * @default true * @type boolean *