learn-gdscript icon indicating copy to clipboard operation
learn-gdscript copied to clipboard

Lesson 7.2 exercise

Open Felixho19 opened this issue 10 months ago • 2 comments

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the bug:

  1. Go to Exercise "Draw Squares At Different Positions"
  2. Code the exercise using jump(x, y) instead of position.x = x
  3. 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 Image

Information about your device (please complete the following information):

  • Operating System: MacOS
  • Browser: Chrome, Safari

Additional context N/A

Felixho19 avatar Mar 16 '25 09:03 Felixho19

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.

Image

Erhval avatar Apr 01 '25 15:04 Erhval

Still happening haha i tried with jump(200, 200), looks funny lol

Alexandro02 avatar Apr 02 '25 23:04 Alexandro02