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.
NUUN Up Fadeout Popup - NUUN_UpFadeoutPopup.js
Plugin desc : Up Fadeout Popup
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_UpFadeoutPopup.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_UpFadeoutPopup.js
File name : NUUN_UpFadeoutPopup.js
Help of plugin :
* @target MZ * @plugindesc Up Fadeout Popup * @author NUUN * @version 1.0.2 * @base NUUN_Base * @orderAfter NUUN_Base * @orderAfter NUUN_popUp * * @help * Change the behavior of the popup to rise to the top and fade out. * * Applicable class setting * Sprite_Damage:Default damage popup * Sprite_PopUpEX:NUUN_popUp.js * Sprite_PopupMessage:BattleEffectPopup.js * Please fill in classes not listed above directly in the text tab. * * Terms of Use * This plugin is distributed under the MIT license. * * Log * 12/5/2022 Ver.1.0.2 * Definition correction by "NUUN_popUp" update. * Fixed description of apply popup setting. * 6/19/2022 Ver.1.0.1 * Added a function that allows you to specify the number of display frames and the number of fade-out frames. * 6/18/2022 Ver.1.0.0 * First edition. * * @param PopupClass * @text Applicable class * @desc Set the class to apply. * @default [] * @type struct<ClassList>[] * * @param PopUpDuration * @desc The number of popup display frames (default 90) * @text Popup display frame count * @type number * @default 90 * * @param FadeoutFlame * @desc Number of fade-out display frames (default 20) * @text Number of fade-out display frames * @type number * @default 20 *