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.1k stars 155 forks source link

It'd be a lot better if we saw all the code being used #915

Closed NoBrainer91 closed 9 months ago

NoBrainer91 commented 9 months ago

Every single practice only shows the code we need to focus on, it'll often ask you to call in variables and functions that haven't even been defined yet because I guess they just exist somewhere else?

It's really uncomfortable to do these practices without seeing all the parts.