Runtime Package of external assets to Doodle.
Go to file
Noah a8eb365ff8 MP3 to Ogg
Converted by command:

for i in *.mp3; do new_name=${i%.mp3}.ogg; echo "$i -> $new_name"; ffmpeg -i $i $new_name; done
2023-12-02 14:03:53 -08:00
sfx MP3 to Ogg 2023-12-02 14:03:53 -08:00
Credits.txt Initial commit 2020-05-22 20:18:42 -07:00