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.
Zin Tween - ZinTween.js
Plugin desc : ver 1.5.0 Provides tween
License : MIT License
Author : Huuzin
Website : https://github.com/huuzin-github/rpgmakermz/blob/main/ZinTween.js
Desc page : https://github.com/huuzin-github/rpgmakermz/wiki/ZinTween
Download Page : https://raw.githubusercontent.com/huuzin-github/rpgmakermz/main/ZinTween.js
File name : ZinTween.js
Help of plugin :
* @target MZ * @plugindesc ver 1.5.0 Provides tween * @author Huuzin * @url https://github.com/huuzin-github/rpgmakermz/wiki/ZinTween * @base PluginCommonBase * @orderAfter PluginCommonBase * * @help * This plugin provides an easy way to implement tweening (moving objects smoothly). * This plugin is for developers or as a base plugin for other Huuzin provided plugins. * @command set * @text Set Picutre’s Tween * @desc Set tweening for the picture. * * @arg pictureId * @type number * @text Picture ID * @desc Specify the picture ID. * @min 1 * * @arg pictureTween * @text Tween * @desc Specify a list of tweens. * @default [] * @type struct<SpriteTween>[] * @command deletePict * @text Deletes Picture’s tween * @desc Deletes the tween set for the picture. * * @arg pictureId * @type number * @text Picture ID * @desc Specify the picture ID. * @min 1 *