Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/meta.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions en/step_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---

Expand Down