-
-
Notifications
You must be signed in to change notification settings - Fork 200
Closed
Labels
bugSomething isn't working as intendedSomething isn't working as intended
Description
When I went to multiply delta to the rotate(2) I left it outside the parenthesis but it still said I was doing it right and congratulated me and sent me on my way to the next practice where I did the same mistake and I was wrong. I didn't realize until I showed a friend who went through the course and he said that should not have said I was right.
To Reproduce
Steps to reproduce the bug:
- Go to https://gdquest.github.io/learn-gdscript/#course/lesson-11-time-delta/lesson.tres
- Click on Rotating Using Delta Practice
- put in the code:
func process(delta):
rotate(2) * delta
Expected behavior
Although I did not know at the time, it is supposed to tell me I was wrong and put the * delta inside the parenthesis next to the 2
Information about your device (please complete the following information):
- Operating System: Windows 10
- Browser: Firefox
Metadata
Metadata
Assignees
Labels
bugSomething isn't working as intendedSomething isn't working as intended
