Version: 1.1.0

Description: Allows you to rotate characters.

Compatibility:

  • RPG Maker MV: 1.5+
  • RPG Maker MZ: 1.0+

Features:

  • Rotate player/events via plugin command, comments (only events) or script calls

Instructions:

spoiler
Use event comments to setup rotation angle
1. <rotate: angle>
Replace angle with rotation angle.
Example: <rotate: 90>

Script calls:

spoiler
1. Rotate player: $gamePlayer.setRotation(angle, duration)
2. Rotate event: $gameMap.event(eventId).setRotation(angle, duration)

See also:

  1. Big Events
  2. Character Zoom

“Help” languages: English, Russian

Changelog:

spoiler

Version 1.1.0:

  • Fixed compatibility issue with some plugins, such as OcRam plugins.

Terms of use

How to get a commercial license

Downloads:

Plugin:

DK_Character_Rotation.js (14.0 KB)
(Last update: 07 March 2022 08:33)


Related Posts