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.11k stars 160 forks source link

Lesson 11: Moving in a circle using delta. pass at the end of a method causes the code to be evaluated as false. #280

Closed GuvnerGames closed 2 years ago

GuvnerGames commented 2 years ago

Issue description:

If you leave the pass at the end of the method the Check tells me "Moving in a circle is time dependent" fails

mathmods commented 2 years ago

Already fixed on the staging (non-stable) version. Seems to be the same bug that affected #230. (Same error message - "Something is wrong here.")

You can try the practice on the staging version here: https://gdquest.github.io/learn-gdscript/staging/#course/lesson-11-time-delta/practice-x0c7DDiz.tres Or generally the staging version: https://gdquest.github.io/learn-gdscript/staging/

NathanLovato commented 2 years ago

Thanks!