bevy_mod_spritesheet

Create Bevy TextureAtlases from common spritesheet formats

MIT License

Downloads
1.5K
Stars
0

Bot releases are hidden (Show)

bevy_mod_spritesheet - v0.3.0 Latest Release

Published by danielfeather 3 months ago

  • Updated Bevy to 0.14
  • Changed function name of into_layout to create_layout to better represent its function
  • Refactoring and code cleanliness
  • TextureAtlas components will now be inserted with an index of 0 if the Frame doesn't exist within the spritesheet.
bevy_mod_spritesheet - v0.2.0

Published by danielfeather 5 months ago

What's Changed

  • Automatic texture loading and support for JSON Hash

New Contributors

Full Changelog: https://github.com/danielfeather/bevy_mod_spritesheet/compare/v0.1.0...v0.2.0