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

error leson 16 #961

Open thijmenb1 opened 2 months ago

thijmenb1 commented 2 months ago

Describe the bug i got the error "oh no! The script has an error, but the script verifier did not catch it" on leson 16 and it sad i need to report it

To Reproduce Steps to reproduce the bug:

  1. Go to 'leson 16'
  2. Click on 'practice one'
  3. type in 'func move_to_bottom(): while cell.x < board_size.x - 1: cell.x += 1 while cell.y < board_size.y -1: cell.y += 1'
  4. See error

Expected behavior i expected to pess the level or ge a error that told me how to fix it

Screenshots image

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

Additional context Add any other context about the problem here.