Skip to content

Commit 8a28056

Browse files
authored
fixed typo
1 parent 054bcac commit 8a28056

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ks1-catch-game.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Filling like a challenge? Try the animated version!
7272
scene.setBackgroundImage(img``)
7373
characters.createPlayer(img``)
7474
75-
characters.createdAnimatedPlayer(img``, [img``], [img``])
75+
characters.createAnimatedPlayer(img``, [img``], [img``])
7676
```
7777
## Controlling our player
7878

pxt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "KS1 MakeCode Arcades Tutorials",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "",
55
"dependencies": {
66
"device": "*"

0 commit comments

Comments
 (0)