updated credits for graphic effects

dev
Jens Mönig 2016-07-11 18:05:41 +02:00
rodzic d352180b01
commit 480b090132
2 zmienionych plików z 4 dodań i 4 usunięć

4
gui.js
Wyświetl plik

@ -72,7 +72,7 @@ isRetinaSupported*/
// Global stuff ////////////////////////////////////////////////////////
modules.gui = '2016-July-07';
modules.gui = '2016-July-11';
// Declarations
@ -3021,7 +3021,7 @@ IDE_Morph.prototype.aboutSnap = function () {
+ '\nKartik Chandra: Paint Editor'
+ '\nMichael Ball: Time/Date UI, many bugfixes'
+ '\nBartosz Leper: Retina Display Support'
+ '\n"Ava" Yuan Yuan: Graphic Effects'
+ '\n"Ava" Yuan Yuan, Dylan Servilla: Graphic Effects'
+ '\nKyle Hotchkiss: Block search design'
+ '\nIan Reynolds: UI Design, Event Bindings, '
+ 'Sound primitives'

Wyświetl plik

@ -61,7 +61,7 @@
sound handling
Achal Dave contributed research and prototyping for creating music
using the Web Audio API
Yuan Yuan contributed graphic effects for costumes
Yuan Yuan and Dylan Servilla contributed graphic effects for costumes
*/
@ -82,7 +82,7 @@ SpeechBubbleMorph, RingMorph, isNil, FileReader, TableDialogMorph,
BlockEditorMorph, BlockDialogMorph, PrototypeHatBlockMorph, localize,
TableMorph, TableFrameMorph, normalizeCanvas, BooleanSlotMorph*/
modules.objects = '2016-July-04';
modules.objects = '2016-July-11';
var SpriteMorph;
var StageMorph;