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.
NRP Light Animation - NRP_LightAnimation.js
Plugin desc : v2.01 Lightens animation processing.
License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
・Details: See Download Page / In-plugin documentation
Author : Takeshi Sunagawa (http://newrpg.seesaa.net/)
Website : https://github.com/NewRPGProject/MZMV_Plugin/blob/main/NRP_LightAnimation.js
Download Page : https://raw.githubusercontent.com/NewRPGProject/MZMV_Plugin/main/NRP_LightAnimation.js
File name : NRP_LightAnimation.js
Help of plugin :
The animation processing is reduced * by suppressing the creation of unnecessary cells. * It also suppresses the number of updates to the target flash. * * <Terms> * There are no restrictions. * Modification, redistribution freedom, commercial availability, * and rights indication are also optional. * The author is not responsible, * but we will respond to defects as far as possible. * * @param flashDivide * @type number * @min 1 * @default 2 * @desc Reduces the target flash updates by the specified number. * If it's 2, it's 1/2 times.