Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actor home #201

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Actor home #201

wants to merge 5 commits into from

Commits on Jan 31, 2019

  1. Merge pull request #1 from rpgtkoolmv/master

    本体からマージ(rebase)
    Sigureya authored Jan 31, 2019
    Configuration menu
    Copy the full SHA
    4e9c4ea View commit details
    Browse the repository at this point in the history
  2. Add homeX () and homeY () to Game_Actor.

    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.
    Sigureya authored Jan 31, 2019
    Configuration menu
    Copy the full SHA
    de3a9cd View commit details
    Browse the repository at this point in the history
  3. fix sprite

    Sigureya authored Jan 31, 2019
    Configuration menu
    Copy the full SHA
    8917466 View commit details
    Browse the repository at this point in the history
  4. change method name

    Sigureya authored Jan 31, 2019
    Configuration menu
    Copy the full SHA
    d2563b4 View commit details
    Browse the repository at this point in the history
  5. change method name

    Sigureya authored Jan 31, 2019
    Configuration menu
    Copy the full SHA
    5acd5e7 View commit details
    Browse the repository at this point in the history