learn-gdscript
learn-gdscript copied to clipboard
Practice 7.2 Drawing Squares at 3 positions
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.
This bug is still active.