BananiumLabs / AtomBlast.io

Multiplayer arena game which takes place at the molecular level.
MIT License
1 stars 0 forks source link

Convert images to a spritesheet #72

Closed 64bitpandas closed 5 years ago

64bitpandas commented 5 years ago

Use spritesheet.js to convert all images in assets to a single .json file. This will significantly reduce loading times and memory usage.

This will also enable us to create animations from multiple images.

64bitpandas commented 5 years ago

Done as of 90a4603 :)