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

When experimenting, I inserted rotate(90), which rotated the entire output and caused the session to soft lock. I'm guessing the trigger point for the end of the code running portion...

bug

**Describe the bug** Whenever I try and move the robot to the bottom right with my code, it says script verifier can't catch it. **To Reproduce** Steps to reproduce the...

bug

**Issue description:** In lesson 19, to figure out the path for the turtle without hitting any rocks, the array numbers like (1,1) (1,2) (1,3)... are blurred for some reason and...

content

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the bug: 1. Go to lesson 14 exercise 1 2. Run code:...

bug

**Describe the bug** Exercise takes 0.95 as equal to 0.05 radians **To Reproduce** Steps to reproduce the bug: 1. Go to lesson 10 exercise 1 2. Run following code: ```...

bug

**Issue description:** Hello, I saw the given code using a colon + assignment operator, which, in my limited experience, I had not seen before. I was mostly speed-reading through the...

content

In practice 1 of lesson 24 you're asked to create a dictionary with certain keys and values. Adding extra key-value pairs causes the game to get stuck while it says...

bug

**Issue description:** In 16. Introduction to While Loops 1. Moving to the end of a board, if you write down `func move_to_bottom(): while cell.y < board_size.y-1: cell += Vector2(1,0) `...

content

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