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.07k stars 153 forks source link

GDQuest Boy moves up #703

Closed RetroApe closed 1 year ago

RetroApe commented 1 year ago

Describe the bug In Lesson 3. We Stand on the Shoulders of Giants, there is an example where the character is supposed to move right and down, but he moves left and up.

To Reproduce Steps to reproduce the bug:

  1. Go to ['...'](https://gdquest.github.io/learn-gdscript/)
  2. Scroll down to the second run() example.
  3. Press run()

Expected behavior It is clearly stated how the character moves down. My supposition is that he should move right as well. So it is expected that he should move right and down.

Screenshots image

P.S. Apologies if I am wrong and I took your time for nothing. I am new at this.

NathanLovato commented 1 year ago

Already fixed, duplicate of #694, will be OK in the next release