learn-gdscript
learn-gdscript copied to clipboard
Lesson 7.2 exercise
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the bug:
- Go to Exercise "Draw Squares At Different Positions"
- Code the exercise using
jump(x, y)instead ofposition.x = x - Run the code
Expected behavior I thought it should fails since jump is not changing the position property, but at the end it still pass:
Screenshots
Information about your device (please complete the following information):
- Operating System: MacOS
- Browser: Chrome, Safari
Additional context N/A
I wanted to report this today. It's even more noticeable if you add a Y parameter in your jump(200, 100). It's validating incomplete squares.
Still happening haha i tried with jump(200, 200), looks funny lol