learn-gdscript
learn-gdscript copied to clipboard
Learn Godot's GDScript programming language from zero, right in your browser, for free.
**Describe the bug** App Freezes if practice is run for a second time **To Reproduce** Steps to reproduce the bug: 1. Go to 'Lesson 10: Creating Circular Movement' 2. Click...
The community's taking care of translations in various languages. We could use a script to auto-publish or remove every course that's at least X% translated when making a new stable...
The translation strings currently take strings from the content blocks as-is but it makes it more difficult to make and update translations. It gives extra work to translators (multiplied by...
Currently, the app does not load translations in the glossary and practice hints
Godot 3.5 allows us to simplify the codebase using the new % unique node names in scenes. We should use it to shorten our long UI node paths. To do:...
**Describe the bug** Pop-up windows links sometimes breaks upon loading new page. I'm extremely bad at describing. Please see attached screenshot and log. **To Reproduce** 1. Go to select lesson...
In the browser, the app can't know if a user is on macOS. So copy-paste shortcuts use Ctrl instead of Cmd. We should look into adding Cmd shortcuts for mac...
**Issue description:** In this section only move_forward and jump are used, yet the turtle doesn't draw the 2nd and 3rd line forward, but at an angle. No introduction of this...
Describe the bug if you make a myuscula in practice it comes out that it is wrong and also the error of "we have not covered this error" To Reproduce...
Add CJK font
People are translating the app to Chinese and Japanese. We should include fonts for those languages in the app for testing purposes. EDIT: PR https://github.com/GDQuest/learn-gdscript/pull/688 attempted to add those. However,...