From 7397e9fc78c42f49abe4e5acda42ac26698d3be2 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Fri, 19 Jun 2020 00:29:58 -0600 Subject: add word wrapping and improve source links --- assets/templates/classic/info.json | 4 ++++ assets/templates/garfield/info.json | 4 ++++ assets/templates/otamatone/info.json | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 assets/templates/classic/info.json create mode 100644 assets/templates/garfield/info.json create mode 100644 assets/templates/otamatone/info.json (limited to 'assets') diff --git a/assets/templates/classic/info.json b/assets/templates/classic/info.json new file mode 100644 index 0000000..4372f8f --- /dev/null +++ b/assets/templates/classic/info.json @@ -0,0 +1,4 @@ +{ + "name": "Classic", + "source": "https://youtu.be/LDU_Txk06tM" +} diff --git a/assets/templates/garfield/info.json b/assets/templates/garfield/info.json new file mode 100644 index 0000000..0ec371d --- /dev/null +++ b/assets/templates/garfield/info.json @@ -0,0 +1,4 @@ +{ + "name": "Garfield (original by @jondancesto)", + "source": "https://twitter.com/jondancesto/status/1199796307218427904" +} diff --git a/assets/templates/otamatone/info.json b/assets/templates/otamatone/info.json new file mode 100644 index 0000000..40c0a39 --- /dev/null +++ b/assets/templates/otamatone/info.json @@ -0,0 +1,4 @@ +{ + "name": "Otamatone (original by TheRealSullyG)", + "source": "https://youtu.be/VI5I3MuKJlo" +} -- cgit v1.2.3