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

**Issue description:** Consider explaining Vector2 math. This lesson and the following practice rely on Vector2 multiplication and division, which might not be intuitive to newbie programmers, or those who have...

content

hello, i wrote this and the bot said he not find the error var number = 0 var p = Vector2(2, 0) func move_to_bottom(): while number < p - 1:...

bug

Describe the bug The screen of the practices is not fully visible when the lesson is in French, the left part of the instructions is missing. To Reproduce Steps to...

bug

**Describe the bug** The practice accepts a solution that draws infinite squares as correct. **To Reproduce** I used the following function in the practice problem. func draw_three_squares(): var count :...

bug

**Describe the bug** Lesson 26: Practice 1. Displaying the Player's Health & Energy Currently, if the checks have cleared, it doesn't matter how you change the code, it will always...

bug

In the lesson 11 delta quiz, the 2nd checkbox states that delta is the time it took the last frame to complete, but it's the time passed since the last...

content

**Describe the bug** From what I've tested, as long as the the healing heart value is an integer, even the incorrect integer, you can enter whatever you want for the...

bug

**Describe the Bug** The Main Menu doesn't draw the box with the actual menu in it when you press the Return to Main Menu button when in a lesson. Steps...

bug

**Issue description:** When clicking on argument/arguments to view the definition, the bottom of the definition states "In the following example, the names x and y are _parameters_." There is no...

content

**Issue description:** Maybe irrelevant but in "25. Looping over dictionaries 2. Placing units on the board" the first bullet point of Checks is the same as the previous exercise "All...

content