画面の特定の部分を拡大する – Galv_ScreenZoom.js

タイトル
Zoom in on a certain part of the screen
作者名
ヘルプ
Galv's Screen Zoom
----------------------------------------------------------------------------
This plugin allows you to zoom the screen to a certain x,y pixel location,
scale and taking a certain duration to do it. Only map sprites will be
affected by the zoom - window message and other scenes will not.
The zoomed screen can be moved around by calling the script again with
different x,y position or scale.


Galv.ZOOM.move(x,y,scale,duration); zoom to x,y postion
scale 1 = 100%
duration in frames it takes to
zoom/move the screen

Galv.ZOOM.target(id,scale,duration); zooms to event id or 0 for player

Galv.ZOOM.center(scale,duration); zooms in center of screen

Galv.ZOOM.restore(duration); set zoom to normal

NOTES:
If you move x,y as well as scale simultaneously, you may experience a strange
arc motion of the screen. I have not worked out a good way to remedy this so
this is currently just a 'For your information' :)

This plugin does NOT modify how the map works and zooms around the screen
only. It does not zoom or pan the map itself. That means if your map is
the same size as the screen and you zoom in, player movement will not pan
the zoomed screen.
パラメータ
param Battle Zoom
desc The zoom scale battle will begin at.
Default: 1 (100%)
default 1

ライセンス表記
Terms of Use
https://galvs-scripts.com/terms-of-use/

紹介ページ https://galvs-scripts.com/category/rmmv-plugins/mv-on-map/#post-1948