Версия: 1.2.0
Описание: Позволяет масштабировать персонажей.
Особенности:
- Zoom player/events/followers via plugin command, comments (only events) or script calls
Совместимость:
- RPG Maker MV: 1.5+
- RPG Maker MZ: 1.0+
Предпросмотр:
Инструкции:
спойлер
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>
Вызовы скриптов:
спойлер
1. Zoom player: $gamePlayer.setZoom(scaleX, scaleY, duration)
2. Zoom event: $gameMap.event(eventId).setZoom(scaleX, scaleY, duration)
3. Zoom follower: $gamePlayer.followers(index).setZoom(scaleX, scaleY, duration)
Смотрите также:
- Большие События
- Character Rotation
Языки справки: Английский, Русский
спойлер
Версия 1.2.0:
- Added the ability to change the size of the player’s followers.
- Added a setting to automatically resize followers when the player’s size changes.
Версия 1.1.1:
- Fixed an issue where the sprite was resized.
Версия 1.1.0:
- Fixed compatibility issue with some plugins, such as OcRam plugins.
Правила использования
Как получить коммерческую лицензию
Загрузки:
Плагин:
DK_Character_Zoom.js (19,0 KB)
(Last update: 07 Март 2022 08:42)
Related Posts
Для отправки комментария необходимо войти на сайт.