Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 30, 2023
1 parent 65ea2bf commit 05edeec
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions content/adventures/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5159,10 +5159,6 @@ adventures:
Recreate the drawings with the turtle!
Spiral <img src="https://github.com/hedyorg/hedy/assets/80678586/6943223c-018b-435b-a391-23723cc7a6ad" width="150">
story_text_2:
Fan <img src="https://github.com/hedyorg/hedy/assets/80678586/cb671065-b47b-49f0-b298-dcbcd2a5e28f" width="150">
story_text_3:
Star <img src="https://github.com/hedyorg/hedy/assets/80678586/17564e0a-63e1-4794-8d41-15ac8c1a5a93" width="150">
example_code: |
Spiral
```
Expand All @@ -5171,6 +5167,7 @@ adventures:
distance = distance + 5
_
```
story_text_2: Fan <img src="https://github.com/hedyorg/hedy/assets/80678586/cb671065-b47b-49f0-b298-dcbcd2a5e28f" width="150">
example_code_2: |
Fan
```
Expand All @@ -5183,6 +5180,7 @@ adventures:
_
i = i - 3
```
story_text_3: Star <img src="https://github.com/hedyorg/hedy/assets/80678586/17564e0a-63e1-4794-8d41-15ac8c1a5a93" width="150">
example_code_3: |
Star
A star is usually drawn using 144-degree-turns. If you change this slightly to 143 degrees for example and repeat the pattern multiple times with a {while} loop you can make this figure.
Expand Down

0 comments on commit 05edeec

Please sign in to comment.