learn-gdscript icon indicating copy to clipboard operation
learn-gdscript copied to clipboard

Learn Godot's GDScript programming language from zero, right in your browser, for free.

Results 286 learn-gdscript issues
Sort by recently updated
recently updated
newest added

![Capture](https://user-images.githubusercontent.com/35112831/215241317-3ad1d114-e850-485b-86de-ecb10f9de265.PNG) 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....

content

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...

content

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)....

content

## 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...

enhancement

**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...

bug

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...

enhancement

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...

content

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...

content