Skip to content
Snippets Groups Projects
Commit db9236be authored by Christopher Willis-Ford's avatar Christopher Willis-Ford
Browse files

Fix sprite lib animation: move load into LibraryItem

The `LibraryItem` component has been split into a container, responsible
for handling interaction with the storage module, and a component,
responsible for presentation. The component now always takes an
`iconURI` and the logic to load an icon from storage has been moved from
`Library` into `LibraryItem`.

TODO: move animation logic from `SpriteLibrary` into `LibraryItem`. This
should simplify the code quite a bit and might also improve performance.
parent 86b6e124
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment