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

DGQuest Boy solution animation not working correctly in lesson 7 practice 2 #317

Closed mo-moxi-gd closed 2 years ago

mo-moxi-gd commented 2 years ago

Issue description: A clear and concise description of what the issue is. The GDQuest Boy animation on this page draws the wrong way: left not right.

https://gdquest.github.io/learn-gdscript/staging/#course/lesson-7-member-variables/practice-x0c7DDiz.tres

NathanLovato commented 2 years ago

One bug here is that changing the turtle's position offsets the camera, so it appears the turtle goes to the left but I think it's the camera jumping to the bottom right.

There's another with drawing that we have to figure out. It may be difficult to work with position = ... with the turtle with the current setup.