How would you get the last direction input you pressed in gdscript? Or if not that, just specify which direction the character is currently facing? I have an overhead view (so, they can face 8 directions)

  • xyz replied to this.
  • NJL64 It's your code that is orienting the character. So whenever it does set the orientation, just store that orientation into a dedicated variable.

    NJL64 It's your code that is orienting the character. So whenever it does set the orientation, just store that orientation into a dedicated variable.