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

Allow animating the player's costumes through the API, if able #21

Open
Meowlala opened this issue May 4, 2021 · 1 comment
Open

Allow animating the player's costumes through the API, if able #21

Meowlala opened this issue May 4, 2021 · 1 comment
Labels
enhancement New feature or request lua Involves LUA code

Comments

@Meowlala
Copy link
Collaborator

Meowlala commented May 4, 2021

Being able to animate player costumes through code would greatly simply the creation of charged items and recreation of similar base game features, like Breath of Life's costume.

Naturally because of how the costume system works, it's sometimes impossible to animate the player's costume and make a visible charge animation. The base game gets around this by making the player flash colors instead, which would also be nice to have easy access to.

@Meowlala Meowlala added enhancement New feature or request lua Involves LUA code labels May 4, 2021
@im-tem
Copy link
Contributor

im-tem commented Jun 12, 2021

Note: this functionality is technically present with items like Mega Mush (bigisaac.anm2) which has Transform and TransformBack animations, so all we need are some bindings to allow using those costume animations in Lua.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request lua Involves LUA code
Projects
None yet
Development

No branches or pull requests

2 participants