Closed theMotionblur closed 2 years ago
Describe the bug The goal of the second Practice is to create a function that takes one parameter and the turtle has to end facing right. https://gdquest.github.io/learn-gdscript/#course/lesson-6-multiple-function-parameters/practice-v5tT6n1T.tres
To Reproduce Actually writing the code with a for loop instead of duplicates produces the correct result but it's not recognised by the program:
func draw_square(length): for i in 4: move_forward(length) turn_right(90)
Expected behavior Despite using a method only introduced later in the course it does produce the correct result and adheres to the requirements.
Screenshots
Sorry - just realized that this is a duplicate: https://github.com/GDQuest/learn-gdscript/issues/466
No worries, thanks for the report. Closing as it's a duplicate
Describe the bug The goal of the second Practice is to create a function that takes one parameter and the turtle has to end facing right. https://gdquest.github.io/learn-gdscript/#course/lesson-6-multiple-function-parameters/practice-v5tT6n1T.tres
To Reproduce Actually writing the code with a for loop instead of duplicates produces the correct result but it's not recognised by the program:
Expected behavior Despite using a method only introduced later in the course it does produce the correct result and adheres to the requirements.
Screenshots