Colin McMillen 2020-03-03 22:16:53 +00:00
parent ad3ca55d8c
commit a0484b6b60

@ -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` * translate mp3 to ogg: `ffmpeg -i file.mp3 file.ogg`
* pngcrush everything: `for file in **/*.png ; do pngcrush -brute -ow $file; done` * pngcrush everything: `for file in **/*.png ; do pngcrush -brute -ow $file; done`