GDQuest / GDQuest/learn-gdscript

Lessons don't give information about capitalization

Open
#662 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.