Character Graphic Extension 2016/05/05
Creator name: Triacontane
Creator name: Triacontane
Introduction
Rotate a character image and adjust the display coordinates in pixels.
Feature
You don't have to use paint program to rotate sprite.
How to Use
Use "Script" from "Set Move Route..." event and put-
Code:
self.rotate(90, 0, 0)
Code:
self.rotate(90, 16, -16)
X coordinate move 16 to the right and the Y coordinate 16 upward. (looks center in the space)
Script installation
Paste this script above Main.
Script
Credit and Thanks: Triacontane
Terms of Use- Free for commercial and non-commercial use.
License - MIT License: http://opensource.org/licenses/mit-license.php
Source
https://github.com/triacontane/RPGMakerMV/tree/master/VXAce
Last edited:

