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

Lookup ENUM based on Vector2 of direction and String of animation type #18

Open
Loufe opened this issue Dec 8, 2023 · 0 comments
Open

Comments

@Loufe
Copy link
Collaborator

Loufe commented Dec 8, 2023

Would be very practical to be able to query a function in the add-on using:

  1. A Vector2 (i.e. (0,1) down (1,0) right (0,-1) up (-1,0) left) for direction
  2. A string with the animation name (i.e. "IDLE", "WALK", "CAST", etc.)

Right now I have a large lookup table on my end set up to accomplish this, and it's far from elegant.

I'd be happy to help, let me know if you'd be interested in working on it together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant