learn-gdscript
learn-gdscript copied to clipboard
Learn Godot's GDScript programming language from zero, right in your browser, for free.
While everything so far has been an absolute breeze, I'm finding lesson 21 completely incomprehensible. What is it asking me to do in the practice task and what does it...
**Suggestion:** With `26. Value types 1. Displaying the player's health and energy`, the documentation on `str()` is good but it requires for the person to read through the entire description....
**Describe the bug** During the practice I run into and issue where I use the correct solution but it still errors out **To Reproduce** Steps to reproduce the bug: 1....
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the bug: 1. text cell += Vector2(0, 1) **Expected behavior** A clear...
On Lesson 22 "Appending and popping values from arrays" in practice lesson 1 "Completing Orders" the output console will claim there is a syntax error on Line 6 despite code...
**Describe the bug** In [10. The Game Loop](https://gdquest.github.io/learn-gdscript/?ref=godot-docs#course/lesson-10-the-game-loop/lesson.tres), the width of the **div** are not increasing with increase in text size **To Reproduce** Steps to reproduce the bug: 1. Change...
**Issue description:** In the goal section there is a text "The board size is determined by the Vector2 board_size" which is confusing. Instead of that the text should be "The...
**Describe the bug** **NOTE:** Web version of app works as expected, I'm only noticing this on the downloaded version of the app (tested on OSX). Unsure if this happens in...
[Introduction to While Loops](https://gdquest.github.io/learn-gdscript/?ref=godot-docs#course/lesson-17-while-loops/lesson.tres) In the code sample after the sentence "You can see that the following code is executed four times in the console.", the tooltip for `number` says:...
**Issue description:** in 13. conditions it shows: but in the lesson ```godot if health > 80: health == 80 ``` was not correct **in 13.2. limiting health** it instead says...