GDQuest / learn-gdscript

Learn Godot's GDScript programming language from zero, right in your browser, for free.
https://gdquest.github.io/learn-gdscript/
Other
2.1k stars 155 forks source link

Level 6: The "argument" text box are unclear and misleading #900

Open Apenas-Leeo opened 10 months ago

Apenas-Leeo commented 10 months ago

In the last paragraph, the text points to an example that doesn't exist, confusing the understanding of this concept. The "img01" shows where is the text with the link to text box. img01

The image below shows the issue: img02

Rokusai commented 9 months ago

Also the first practice in: 1. Drawing corners of different sizes.

There seems to be misleading imagery. The draw_corner function is never clearly defined, I could not solve the solution, until I watched the actual solution. This makes the turtle jump, and make another line which is nowhere defined. It confused me, since my initial idea about just adding (length) as the three arguments was correct, but the explanation made it a bit fuzzy.