Title: Character Zoom
Version: 1.2.0
Author: DKPlugins
Description:Allows you to scale characters.
Compatibility:
- RPG Maker MV: 1.5+
- RPG Maker MZ: 1.0+
Features:
- Zoom player/events/followers via plugin command, comments (only events) or script calls
Preview:
Spoiler: gif
Instruction:
Spoiler: spoiler Use event comments to setup scaling
1. <zoom: zoomX zoomY>
Replace zoomX and zoomY with the X and Y scale (percentages)
Example: <zoom: 200 200> Script calls:
Spoiler: spoiler
- Zoom player: $gamePlayer.setZoom(scaleX, scaleY, duration)
- Zoom event: $gameMap.event(eventId).setZoom(scaleX, scaleY, duration)
"Help" languages: English, Russian
Terms of use
You can:
-To use the plugin for your non-commercial projects
-Change code of the plugin
You cannot:
-Delete or change any information about the plugin
-Distribute the plugin and its modifications
Details on obtaining a commercial license on my website
Plugin page:https://dk-plugins.ru/character-zoom/
本贴来自国际rpgmaker官方论坛作者:DK处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址: https://forums.rpgmakerweb.com/threads/character-zoom-allows-you-to-scale-characters.129041/ |