diff --git a/en/meta.yml b/en/meta.yml index 0dec736..bc9d11d 100644 --- a/en/meta.yml +++ b/en/meta.yml @@ -1,4 +1,4 @@ -title: Project title in sentence case +title: Patchwork platformer hero_image: images/banner.png description: A short description of the project listed: false diff --git a/en/step_2.md b/en/step_2.md index c0f9b14..56e0482 100644 --- a/en/step_2.md +++ b/en/step_2.md @@ -50,9 +50,11 @@ Edit the script that starts your logic, by adding a broadcast that matches your Change the `say`{:class="block3looks"} block so the cat says something different. +```blocks3 + when I receive [my level v] //add a broadcast message matching your level name show + say [my easy level] for [3] seconds //add your own message here to test +``` --- /task ---