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 Slide Fadeout Popup - NUUN_SlideFadeoutPopup.js
Plugin desc : Slide Fadeout Popup
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_SlideFadeoutPopup.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_SlideFadeoutPopup.js
File name : NUUN_SlideFadeoutPopup.js
Help of plugin :
* @target MZ
* @plugindesc Slide Fadeout Popup
* @author NUUN
* @version 1.0.1
* @base NUUN_Base
* @orderAfter NUUN_Base
* @orderAfter NUUN_popUp
*
* @help
* Change the behavior of the popup to slide sideways 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.1
* Definition correction by "NUUN_popUp" update.
* Fixed description of apply popup setting.
* 6/19/2022 Ver.1.0.0
* First edition.
*
* @param PopupClass
* @text Applicable class
* @desc Set the class to apply.
* @default ["{¥"ClassName¥":¥"'Sprite_Damage'¥"}"]
* @type struct<ClassList>[]
*
* @param PopUpDuration
* @desc The number of popup display frames (default 120)
* @text Popup display frame count
* @type number
* @default 120
*
* @param FadeoutFlame
* @desc Number of fade-out display frames (default 20)
* @text Number of fade-out display frames
* @type number
* @default 20
*
* @param SlideDirection
* @desc Direction to slide.
* @text Slide direction
* @type select
* @option Left
* @value "left"
* @option Right
* @value "right"
* @default "right"
*