learn-gdscript icon indicating copy to clipboard operation
learn-gdscript copied to clipboard

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

Open BettaPun opened this issue 1 year ago • 0 comments

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):

  • Operating System: Windows
  • Browser: Chrome

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

BettaPun avatar Mar 28 '24 20:03 BettaPun