Skip to content

Commit 8f7a9d9

Browse files
zoebentleyericrosenbaum
authored andcommitted
Edited one GIF to be slower
# Conflicts: # src/lib/libraries/decks/en-steps.js # src/lib/libraries/decks/index.jsx # src/lib/libraries/decks/translate-video.js
1 parent c23678e commit 8f7a9d9

17 files changed

+303
-30
lines changed

src/lib/libraries/decks/en-steps.js

Lines changed: 41 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,21 @@ import codeCartoonGlideAround from './steps/code-cartoon-09-glide-around.en.gif'
183183
import codeCartoonChangeCostumes from './steps/code-cartoon-10-change-costumes.en.gif';
184184
import codeCartoonChooseMoreCharacters from './steps/code-cartoon-11-choose-more-characters.en.jpg';
185185

186+
// Talking Tales
187+
import talesAddExtension from './steps/talking-1-add-extension.en.gif';
188+
import talesChooseSprite from './steps/talking-2-choose-sprite.en.png';
189+
import talesSaySomething from './steps/talking-3-say-something.en.gif';
190+
import talesChooseBackdrop from './steps/talking-4-choose-backdrop.en.png';
191+
import talesSwitchBackdrop from './steps/talking-5-switch-backdrop.en.gif';
192+
import talesChooseAnotherSprite from './steps/talking-6-choose-another-sprite.en.png';
193+
import talesMoveAround from './steps/talking-7-move-around.en.gif';
194+
import talesChooseAnotherBackdrop from './steps/talking-8-choose-another-backdrop.en.png';
195+
import talesAnimateTalking from './steps/talking-9-animate.en.gif';
196+
import talesChooseThirdBackdrop from './steps/talking-10-choose-third-backdrop.en.png';
197+
import talesChooseSound from './steps/talking-11-choose-sound.en.gif';
198+
import talesDanceMoves from './steps/talking-12-dance-moves.en.gif';
199+
import talesAskAnswer from './steps/talking-13-ask-and-answer.en.gif';
200+
186201
const enImages = {
187202
// Intro
188203
introMove: introMove,
@@ -289,7 +304,7 @@ const enImages = {
289304
flyAddScenery: flyAddScenery,
290305
flyMoveScenery: flyMoveScenery,
291306
flySwitchLooks: flySwitchLooks,
292-
307+
293308
// Pong
294309
pongAddBackdrop: pongAddBackdrop,
295310
pongAddBallSprite: pongAddBallSprite,
@@ -304,7 +319,7 @@ const enImages = {
304319
pongResetScore: pongResetScore,
305320
pongAddLineSprite: pongAddLineSprite,
306321
pongGameOver: pongGameOver,
307-
322+
308323
// Imagine a World
309324
imagineTypeWhatYouWant: imagineTypeWhatYouWant,
310325
imagineClickGreenFlag: imagineClickGreenFlag,
@@ -321,26 +336,26 @@ const enImages = {
321336
imagineSwitchBackdrops: imagineSwitchBackdrops,
322337
imagineRecordASound: imagineRecordASound,
323338
imagineChooseSound: imagineChooseSound,
324-
339+
325340
// Add a Backdrop
326341
addBackdrop: addBackdrop,
327-
342+
328343
// Add Effects
329344
addEffects: addEffects,
330-
345+
331346
// Hide and Show
332347
hideAndShow: hideAndShow,
333-
348+
334349
// Switch Costumes
335350
switchCostumes: switchCostumes,
336-
351+
337352
// Change Size
338353
changeSize: changeSize,
339-
354+
340355
// Spin
341356
spinTurn: spinTurn,
342357
spinPointInDirection: spinPointInDirection,
343-
358+
344359
// Record a Sound
345360
recordASoundSoundsTab: recordASoundSoundsTab,
346361
recordASoundClickRecord: recordASoundClickRecord,
@@ -355,7 +370,7 @@ const enImages = {
355370
// Glide Around
356371
glideAroundBackAndForth: glideAroundBackAndForth,
357372
glideAroundPoint: glideAroundPoint,
358-
373+
359374
// Code a Cartoon
360375
codeCartoonSaySomething: codeCartoonSaySomething,
361376
codeCartoonAnimate: codeCartoonAnimate,
@@ -367,8 +382,22 @@ const enImages = {
367382
codeCartoonChangeScenes: codeCartoonChangeScenes,
368383
codeCartoonGlideAround: codeCartoonGlideAround,
369384
codeCartoonChangeCostumes: codeCartoonChangeCostumes,
370-
codeCartoonChooseMoreCharacters: codeCartoonChooseMoreCharacters
371-
385+
codeCartoonChooseMoreCharacters: codeCartoonChooseMoreCharacters,
386+
387+
// Talking Tales
388+
talesAddExtension: talesAddExtension,
389+
talesChooseSprite: talesChooseSprite,
390+
talesSaySomething: talesSaySomething,
391+
talesAskAnswer: talesAskAnswer,
392+
talesChooseBackdrop: talesChooseBackdrop,
393+
talesSwitchBackdrop: talesSwitchBackdrop,
394+
talesChooseAnotherSprite: talesChooseAnotherSprite,
395+
talesMoveAround: talesMoveAround,
396+
talesChooseAnotherBackdrop: talesChooseAnotherBackdrop,
397+
talesAnimateTalking: talesAnimateTalking,
398+
talesChooseThirdBackdrop: talesChooseThirdBackdrop,
399+
talesChooseSound: talesChooseSound,
400+
talesDanceMoves: talesDanceMoves
372401
};
373402

374403

0 commit comments

Comments
 (0)