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

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the bug: 1. Go to '...' 2. Click on '...' 3. Scroll...

bug

The growth type in one of the examples is not exponential: it is a multiple (multiplier). Or it is simply confusing and unclear to follow, since the explanation is mixing...

content

**Is your feature request related to a problem? Please describe.** I use text to speech readers to keep engaged with text when learning in order to offset my ADHD and...

enhancement
wontfix

There's an opening square bracket missing in the second line: "...For example, calling range(3) produces the list of numbers 0, 1, 2]."

content

**Issue description:** A clear and concise description of what the issue is. In Goals, the instructions say "We already created draw_square() for you." So I didn't include this in my...

content

In this code segment: ![image](https://github.com/GDQuest/learn-gdscript/assets/31578812/6a154ff9-8ba8-4462-920c-e91bd532d18c) (sorry for the image post, I can't copy text in the lesson) It might be better to change the elements of the array to something...

content

Had an "é" added to the name of my variable, the app couldn't recognize the error and asked me to report it. [gdquest-1700253917454.log](https://github.com/GDQuest/learn-gdscript/files/13397322/gdquest-1700253917454.log)

bug

**Describe the bug** On Firefox, dropdown menus containing hints will recursively open and close very quickly. This issue might be happening in the code editor as well, where it makes...

bug

When the turtle jumps, it starts jumping positioned at a wrong starting position and then the turtle goes back to where it was before and just moves to the landing...

bug