master
Colin McMillen 4 years ago
parent
commit
a0484b6b60
  1. 2
      Cookbook.md

2
Cookbook.md

@ -1,3 +1,5 @@
* export sprites from Aseprite with: `[X] JSON Data, [v] Array, [X] tags`, Item Filename: `{title} {frame}`
* translate mp3 to ogg: `ffmpeg -i file.mp3 file.ogg`
* pngcrush everything: `for file in **/*.png ; do pngcrush -brute -ow $file; done`

Loading…
Cancel
Save