learn-gdscript
learn-gdscript copied to clipboard
Learn Godot's GDScript programming language from zero, right in your browser, for free.
 if you fail to use "move_local_x" in the code, the error will tell you that you need to use "make_local_x," and attempting to use "make_local_x" crashes the entire program....
Regarding the exercise https://gdquest.github.io/learn-gdscript/#course/lesson-22-functions-return-values/practice-llf8B67U.tres Up to this point, papa bless whomever was in charge of developing it. It's well written and clear and impressive. I've knocked out every exercise without...
The translation to spanish is really good until a few lessons in. The text start to switch from spanish to english on some paragraphs (i guess some are not translated)....
## Bug report ## **Bug Description** App freezes then crashes upon pressing "run" if their is an error with the position code. **How to recreate.** 1. Write this code. ```GDScript...
**Is your feature request related to a problem? Please describe.** I'm always frustrated when [Something doesn't explain clearly. For example on lesson 22 and 20 you will not understand the...
**Describe the bug** Learn gdscript will crash during, lesson 10 "the game loop" on the assignment "creating circular movement". It happens when I add more parameters to move_local_x() . **To...
It's all in the title. This issue supersedes #72 and intends to solve the issue underlined by #758 and other issues in the past. We have known we need this...
https://gdquest.github.io/learn-gdscript/#course/lesson-24-access-array-indices/practice-ErO9L4MW.tres We call "use_item(inventory[n])" in our function, but inventory is declared at top is "var inventory = []" which is empty. Maybe the Goals should say something about "inventory, which...
Under goals it says "The robot's current cell is Vector2(2, 0)", which is correct once running the program, but the initial display before the program runs has the robot displayed...