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.07k stars 153 forks source link

Lesson 16, Practice 1: Crash #873

Closed TheeOBP closed 12 months ago

TheeOBP commented 12 months ago

Describe the bug Writing Certain Incorrect Code Causes A Crash

To Reproduce Steps to reproduce the bug:

  1. Go to 'Lesson 16'
  2. Click on 'Practice: Increasing Scale Using Vectors'
  3. Type 'scale.Vector2(0.2, 0.2)'
  4. Click 'Run'
  5. Crash

Expected behavior Program Crashes

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

Additional context I Have Tested This 3 Times To Help Make Sure It Wasn't A Fluke.

NathanLovato commented 12 months ago

Could you please try downloading the update I just pushed to itch.io? The Windows version there was over 1 year old: https://gdquest.itch.io/learn-godot-gdscript

TheeOBP commented 12 months ago

Downloading from the link fixed the issue. :)

NathanLovato commented 12 months ago

Great to hear, thanks!