Skip to content

Commit

Permalink
content: clarify requirements in lesson 21 combo practice
Browse files Browse the repository at this point in the history
fix #708
  • Loading branch information
NathanLovato committed Oct 17, 2022
1 parent 6304cf0 commit f172646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/lesson-21-strings/lesson.tres
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Populate the combo array with animation names as strings.
Then, for each action in the array, call the [code]play_animation()[/code] function to play them.
The robot should do the following actions in order: [code]jab, jab, uppercut[/code]."
The array should contain three values, so the robot makes these three attacks: two jabs followed by one uppercut."
starting_code = "func run():
combo = []"
cursor_line = 0
Expand Down

0 comments on commit f172646

Please sign in to comment.