From e4d8760663689f61accc634d12fc17673528277c Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Wed, 4 Mar 2020 22:04:15 +0000 Subject: [PATCH] --- Cookbook.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cookbook.md b/Cookbook.md index 06a0b0f..2ab855a 100644 --- a/Cookbook.md +++ b/Cookbook.md @@ -1,3 +1,5 @@ +* update the pointer to the public/ submodule in git: `git commit -m "update public/" public` + * 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`