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.04k stars 149 forks source link

Oh no! The script has an error, but the Script Verifier did not catch it #938

Open BettaPun opened 5 months ago

BettaPun commented 5 months ago

Describe the bug The output does not know what is wrong with the code.

To Reproduce Steps to reproduce the bug:

  1. Go to practice "1. Converting coordinates from the grid to the screen"
  2. Type on script 'print(Vector2(40, 40))'
  3. See error

Expected behavior Output should tell me something is wrong about the code

Screenshots image

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

Additional context I guess this is not how you do it lol