-
- Downloads
Merge pull request #4099 from benjiwheeler/sprite-animate-render
Sprite library animations no longer update the entire library state on every costume change
No related branches found
No related tags found
Showing
- src/components/library-item/library-item.css 1 addition, 0 deletionssrc/components/library-item/library-item.css
- src/components/library-item/library-item.jsx 19 additions, 52 deletionssrc/components/library-item/library-item.jsx
- src/components/library/library.jsx 23 additions, 36 deletionssrc/components/library/library.jsx
- src/containers/library-item.jsx 149 additions, 0 deletionssrc/containers/library-item.jsx
- src/containers/sprite-library.jsx 2 additions, 48 deletionssrc/containers/sprite-library.jsx
- test/integration/costumes.test.js 17 additions, 0 deletionstest/integration/costumes.test.js
src/containers/library-item.jsx
0 → 100644
Please register or sign in to comment