Facing left when inputting up and down

This may be related: ACTION GAME MAKER 1.2.9 パッチノート - Moonling の #3

In relation to the animation fix mentioned above, we have identified the following issue:

If a state transition occurs while the character is facing a direction without a defined animation, the animation will not play, and subsequent state transitions may fail.

Examples of occurrence:

  • Transitioning from falling to a landing motion that is only defined for left and right directions.
  • When the display direction is set to the movement direction, transitioning while facing downward.
    → Since no animation is defined for the downward direction, playback fails, causing the issue.

This issue will not corrupt your project, but if you are affected, please consider using the beta branch (e.g., previous-version).

This is a temporary issue and is scheduled to be fixed in the next update.