From 4862791044eaa60fb797293aa67add9625f40340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Wed, 3 Aug 2022 11:29:36 +0200 Subject: [PATCH] added credits for Meghan --- HISTORY.md | 1 + src/gui.js | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 36c14adb..fc17ba02 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -66,6 +66,7 @@ ### 2022-08-03 * gui: added credits for Bambi * gui: added credits for Glen & team +* gui: added credits for Meghan ### 2022-08-02 * cloud: update diff --git a/src/gui.js b/src/gui.js index 2ad97911..9b296099 100644 --- a/src/gui.js +++ b/src/gui.js @@ -4871,7 +4871,13 @@ IDE_Morph.prototype.aboutSnap = function () { + '\nLucas Karahadian: Piano Keyboard Design' + '\nDavide Della Casa: Morphic Optimizations' + '\nAchal Dave: Web Audio' - + '\nJoe Otto: Morphic Testing and Debugging'; + + '\nJoe Otto: Morphic Testing and Debugging' + + '\n\n' + + 'Jahrd, Derec, and Jamet costumes are watercolor paintings' + + '\nby Meghan Taylor and represent characters from her' + + '\nwebcomic Prophecy of the Circle, licensed to us only' + + '\nfor use in Snap! projects. Meghan also painted the Tad' + + '\ncostumes, but that character is in the public domain.'; for (module in modules) { if (Object.prototype.hasOwnProperty.call(modules, module)) {