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

Missing ")" sybmol in the example code can confuse the fresh heads learning it #963

Closed MindInterceptor closed 2 months ago

MindInterceptor commented 2 months ago

Hi!

It looks like the Vector2(0.2, 0.2) just went beyond the field for code missing the ")" symbol. It can be obvious for someone and it was for me, but it certainly might raise the questions when all of a sudden you see not closed () working just fine.

image

Let me know if it's just me who missed something before that. I am happy to learn more!

NathanLovato commented 2 months ago

It's a text wrapping issue that we can't easily solve with the technology we used to make this app initially. See issue #99. The parenthesis is there but it's not wrapping onto the following line as it should.