rpgtkoolmv / corescript

http://www.rpgmakerweb.com/products/programs/rpg-maker-mv
MIT License
311 stars 75 forks source link

Actor home #201

Open Sigureya opened 5 years ago

Sigureya commented 5 years ago

Add homeX () and homeY () to Game_Actor. A method similar to screenX / Y of Game_Enemy. If you consider consistency, it may be better to make it screen X / Y, but changing the method name changed it because it would be troublesome to put an actor in the place where you want to put enemy and it will not work halfway.