We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is easy to typo sprite sheet indices when building an animation.
Animations should warn that there is no image at that index if an invalid one is supplied.
Bonus: one "feature" of an invalid index is it displays nothing, perhaps we should have a special index, -1? that is for displaying an empty frame.
-1
The text was updated successfully, but these errors were encountered:
This issue hasn't had any recent activity lately and is being marked as stale automatically.
Sorry, something went wrong.
feat: [#1856] Log warning on invalid spritesheet indices
08d937a
feat: [#1856] Log warning on invalid spritesheet indices (#1956)
bcd269a
Closes #1856 ## Changes: - Logs warning on invalid spritesheet indices - Test
Successfully merging a pull request may close this issue.
Context
It is easy to typo sprite sheet indices when building an animation.
Proposal
Animations should warn that there is no image at that index if an invalid one is supplied.
Bonus: one "feature" of an invalid index is it displays nothing, perhaps we should have a special index,
-1
? that is for displaying an empty frame.The text was updated successfully, but these errors were encountered: