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

Bullet frame animation? #33

Open
bend-n opened this issue Apr 15, 2022 · 4 comments
Open

Bullet frame animation? #33

bend-n opened this issue Apr 15, 2022 · 4 comments

Comments

@bend-n
Copy link

bend-n commented Apr 15, 2022

support spritesheets

@bend-n
Copy link
Author

bend-n commented Apr 15, 2022

using a AnimatedTexture requires frame by frame inputs, as seperate images

@quinnvoker
Copy link
Owner

quinnvoker commented Apr 15, 2022

Great suggestion! I'll see what I can do about it once I've handled the known bugs with existing features. Can't guarantee results but I'll give it a shot.

Just checking though, AnimatedTextures still work for the purpose of making animated bullets, but they are just more of a pain to deal with because they require each frame to be a separate image? Trying to figure out if this is a mission-critical feature or not, and whether or not I'd have to code my own spritesheet animation implementation to make it happen since bullets don't use nodes.

@bend-n
Copy link
Author

bend-n commented Apr 19, 2022

when using AnimatedTextures, you cant randomize the sprite frames either, cause they all use the same instance. so same frames, same fps, makes it all very uniform

@quinnvoker
Copy link
Owner

Thanks for the extra details! When I next have time to work on this I'll check for any existing workarounds to allow bullets to animate separately first, and if none exist I'll see if I can implement some functionality to help.

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

2 participants