GDQuest / GDQuest/learn-gdscript
Lessons don't give information about capitalization
Open
content
- Dominant language
- GDScript
- Stars
- 2.8k
- Forks
- 235
- PR merge metrics
- No merged PRs in 30d
Description
In lesson 16, scaling 2d vectors, we're asked to increase the robot's scale by 0.2. The code " scale += vector2(0.2,0.2) " doesn't work but " scale += Vector2(0.2,0.2) " does but I don't recall seeing case sensitivity in GD Script discussed.
Overall this has been a great series so far, but I wanted to mention it since I was pretty confused as to why my code wasn't working for a while.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.