Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong execution and visuals lead to success in L7P2 #950

Open
SuperPranx opened this issue May 4, 2024 · 0 comments
Open

Wrong execution and visuals lead to success in L7P2 #950

SuperPranx opened this issue May 4, 2024 · 0 comments
Labels
bug Something isn't working as intended

Comments

@SuperPranx
Copy link

Describe the bug
When executing the solution for Lesson 7 - Practice 2, the turtle seems to jump to the wrong coordinates and then executes unexpected drawing that in the end is recognized as successful by the Practice environment.

To Reproduce
Steps to reproduce the bug:

  1. Go to Lesson 7, Practice 2 (Draw squares at different positions)
  2. Enter the following code in the editor:
    func run(): position.x = 100; position.y = 100; draw_rectangle(100, 100); jump(200, 0); draw_rectangle(100, 100); jump(200, 0); draw_rectangle(100, 100);
  3. Press "Run"
  4. Observe the turtle drawing (also see attached video)

Expected behavior
Well, maybe my usage of "jump" is wrong or unexpected in this exercise, but I wouldn't have expected the outcome or the fact it was successful.

Video
https://github.com/GDQuest/learn-gdscript/assets/10331510/be44a6b4-19ad-4f28-93f0-1b7ea6ed5cb1

Logs
Not sure if you need them, but I guess they can't hurt.
gdquest-1714824612473.log

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

  • Operating System: Windows 10
  • Browser: Firefox 125.0.3 (64-bit)
@SuperPranx SuperPranx added the bug Something isn't working as intended label May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended
Projects
None yet
Development

No branches or pull requests

1 participant