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

Fire: add animation to bullets #9

Open
jorgegv opened this issue Dec 18, 2020 · 0 comments
Open

Fire: add animation to bullets #9

jorgegv opened this issue Dec 18, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@jorgegv
Copy link
Owner

jorgegv commented Dec 18, 2020

Fire: add animation to bullets

Refactoring bullet animation code with the regular sprite animation code (with animation sequences implemented in #37 ) should make this very easy

Notes:

  • Now that we have multiple bullet sprites for different directions (bullet: allow different sprites for shots in different directions #91), it should very easy to add this feature
  • Currently, animation management code is duplicated with Hero and Enemy code. We should refactor it into a couple of functions (reset and clocktick) so that animation handling can be reused in hero, enemies, bullets, etc.
@jorgegv jorgegv added the enhancement New feature or request label Dec 18, 2020
@jorgegv jorgegv self-assigned this Dec 18, 2020
@jorgegv jorgegv added this to the Release 0.6.0 milestone Sep 12, 2022
@jorgegv jorgegv modified the milestones: Release 0.6.0, Release 0.7.0 Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant