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
When an animated sprite is created with createAnimationFromName(), the hitboxes of the animation frames are misaligned:
createAnimationFromName()
When a sprite is created with atlas.createSpriteFromName() the alignment of the hitbox is OK.
atlas.createSpriteFromName()
To Reproduce
git clone https://github.com/CodeAndWeb/melonjs-sprite-sheet-example.git
npm run dev
The text was updated successfully, but these errors were encountered:
that's weird ! Thank you for reporting this, I'll look into it as soon as possible 👍
Sorry, something went wrong.
No branches or pull requests
When an animated sprite is created with
createAnimationFromName()
, the hitboxes of the animation frames are misaligned:When a sprite is created with
atlas.createSpriteFromName()
the alignment of the hitbox is OK.To Reproduce
git clone https://github.com/CodeAndWeb/melonjs-sprite-sheet-example.git
npm run dev
The text was updated successfully, but these errors were encountered: