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.
Screen Zoom - ScreenZoom.js
Plugin desc : [Ver1.1.1]Zoom screen whose center is specified character or player.
License : MIT License
Author : Sasuke KANNAZUKI
Website : https://www.rpgmakerweb.com/products/rpg-maker-mz
Download Page : C:Program Files (x86)SteamsteamappscommonRPG Maker MZdlcBasicResourcespluginslaunch ScreenZoom.js
File name : ScreenZoom.js
Help of plugin :
* @target MZ * @plugindesc [Ver1.1.1]Zoom screen whose center is specified character or player. * @author Sasuke KANNAZUKI * * @command set * @text Set Zoom * @desc Start Zoom Up * * @arg EventId * @text Center Event ID * @desc Set -1 when it sets player. Set 0 to set current event. * @type number * @min -1 * @default -1 * * @arg OffsetX * @desc move center x-coord this pixel * @type number * @min -9999 * @default 0 * * @arg OffsetY * @desc move center y-coord this pixel * @type number * @min -9999 * @default 0 * * @arg scale * @text Scale * @desc It can set 2 place of decimals * @decimals 2 * @type number * @min 1.00 * @default 1.00 * * @arg FramesToZoom * @desc Frames until zoom finisied. * Set 1 to zoom immidiately * @type number * @default 1 * * @arg isPictureZoom * @text Zoom also pictures? * @desc * @on Yes * @off No * @type boolean * @default false * * @command Zoom200 * @text Zoom 200% * @desc Custom. display and vanish without wait. * * @arg EventId * @text Center Event ID * @desc Set -1 when it sets player. Set 0 to current event. * @type number * @min -1 * @default -1 * * @arg isPictureZoom * @text Zoom also pictures? * @desc * @on Yes * @off No * @type boolean * @default false * * @command Zoom300 * @text Zoom 300% * @desc Custom. display and vanish without wait. * * @arg EventId * @text Center Event ID * @desc Set -1 when it sets player. Set 0 to set current event. * @type number * @min -1 * @default -1 * * @arg isPictureZoom * @text Zoom also pictures? * @desc * @on Yes * @off No * @type boolean * @default false * * @command reset * @text ResetZoom * @desc Reset Zoom immediately * * @help * This plugin runs under RPG Maker MZ. * * This plugin temporary chagens zoom of screen * whose center is specified event(or player). * * [Summary] * To set zoom of the screen, you must call plugin command. * * [Note] * After zoom end, be sure to call 'Reset Zoom' the plugin command. * Otherwise, it affects the picture priority. * * [License] * this plugin is released under MIT license. * http://opensource.org/licenses/mit-license.php