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.04k stars 149 forks source link

Practice 7.2 Drawing Squares at 3 positions #941

Open z-harger opened 5 months ago

z-harger commented 5 months ago

When doing the 3 square practice assignment, if you write your function using jump() instead of just setting position.x, you get passing checks, but the turtle clearly has not created 3 perfect squares.

Screenshot 2024-04-01 at 7 54 12 PM