learn-gdscript
learn-gdscript copied to clipboard
Lesson 20 - Excercise 2, right answer with wrong script
Hello! I believe I’ve found a bug in the solution for exercise 2 in lesson 20 on strings.
The original solution is:
func run(): combo = ["jab", "jab", "uppercut"] for animation_name in combo: play_animation(animation_name)
However, even with this alternative solution the excercise seems to be correct:
func run(): combo = ["jab", "jab", "uppercut"] for animation_name in combo: play_animation("")
- Operating System: Windows
- download from the Itch.io App