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.
MPP Easing Scroll Map - MPP_EasingScrollMap.js
Plugin desc : Scrolls the map linearly toward the specified coordinates.
License : MIT License
Author : Mokusei Penguin
Website : http://woodpenguin.blog.fc2.com/
Desc page : https://woodpenguin.web.fc2.com/MV_Plugin/EasingMapScroll.html
File name : MPP_EasingScrollMap.js
Help of plugin :
* @target MZ * @plugindesc Scrolls the map linearly toward the specified coordinates. * @author Mokusei Penguin * @url * * @help [version 1.1.1] * This plugin is for RPG Maker MZ. * * ================================ * Mail : wood_penguin@yahoo.co.jp (@ is half-width) * Blog : http://woodpenguin.blog.fc2.com/ * License : MIT license * * @command scrollPos * @desc * @arg type * @desc * @type select * @option Straight * @value Straight * @option Slow start * @value Slow start * @option Slow end * @value Slow end * @option Slow start and end * @value Slow start and end * @default Straight * @arg x * @desc * @type number * @min 0 * @max 256 * @default 0 * @arg y * @desc * @type number * @min 0 * @max 256 * @default 0 * @arg duration * @desc * @type number * @min 1 * @max 999 * @default 60 * @arg wait * @desc * @type boolean * @default true * * @command scrollChar * @desc * @arg type * @desc * @type select * @option Straight * @value Straight * @option Slow start * @value Slow start * @option Slow end * @value Slow end * @option Slow start and end * @value Slow start and end * @default Straight * @arg character * @desc -1:Player, 0:This event, 1...:Event with specified ID * @type number * @min -1 * @max 999 * @default 0 * @arg duration * @desc * @type number * @min 1 * @max 999 * @default 60 * @arg wait * @desc * @type boolean * @default true *