Skip to content

Commit dc9c4ae

Browse files
committed
update path of playlab shownotes images
1 parent 87eba85 commit dc9c4ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dashboard/config/locales/slides.en.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,13 +340,13 @@ en:
340340
text: "A lot of simple shapes can be used to create more complex patterns. In the next puzzle, the code you recently wrote to make a circle is available to you as a new function that can make circles of different sizes. Can you use it to help Elsa create intricate and beautiful patterns in the snow?"
341341
C3_playlab_create_game:
342342
1:
343-
image: 'playlab_1.png'
343+
image: 'notes/playlab_1.png'
344344
text: "So far you've been making an animation or a story that does the exact same thing every time you run it. Now you can make an interactive game that you can actually play."
345345
2:
346-
image: 'playlab_2.png'
346+
image: 'notes/playlab_2.png'
347347
text: "There's the \"when arrow\" block and the \"move actor\" block. You can put these blocks together to move the actors around with the arrow keys."
348348
3:
349-
image: 'playlab_3.png'
349+
image: 'notes/playlab_3.png'
350350
text: "And there are some blocks that do stuff when actors collide or are clicked. Check them out and have fun!"
351351

352352

0 commit comments

Comments
 (0)