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

Tests passing when they shouldn't - Claryfying code using variables (Lesson 12) #953

Open Filip-art opened 4 months ago

Filip-art commented 4 months ago

Describe the bug in the section where you need to declare variable for angular_speed. If delta is removed from the rotate function rotate(angular_speed * delta), the tests still pass, yet the the result is messy

To Reproduce Steps to reproduce the bug:

  1. Go to rotate function 2) delete delta parameter from it

Expected behavior Tests would fail.

Information about your device (please complete the following information): Windows 11 PRO Firefox 125.0.3 (64bit)