Your Feed

Rohit completed a lesson.

 thumbnail
Lesson 2: Moving our player

Make a 2D Action Adventure Game with Godot 4

cndofx completed a lesson.

 thumbnail
Lesson 4: Making an FPS camera

Make a 3D Shooter with Godot 4

cndofx completed a lesson.

 thumbnail
Lesson 3: Moving our player

Make a 3D Shooter with Godot 4

anismahs completed a lesson.

 thumbnail
Lesson 11: Exporting your game and wrapping up

Create Your First Godot 4 Game

anismahs completed a lesson.

 thumbnail
Lesson 10: Adding the final touches

Create Your First Godot 4 Game

anismahs completed a lesson.

 thumbnail
Lesson 9: Creating the player projectile

Create Your First Godot 4 Game

Peebs completed a lesson.

 thumbnail
Lesson 3: Setting up the map using tilemaps

Make a 2D Tower Defense Game with Godot 4

Peebs completed a lesson.

 thumbnail
Lesson 2: Configuring the project

Make a 2D Tower Defense Game with Godot 4

Peebs completed a lesson.

 thumbnail
Lesson 1: Getting started

Make a 2D Tower Defense Game with Godot 4

anismahs completed a lesson.

 thumbnail
Lesson 8: Handling player death

Create Your First Godot 4 Game

anismahs completed a lesson.

 thumbnail
Lesson 7: Creating an enemy

Create Your First Godot 4 Game

anismahs completed a lesson.

 thumbnail
Lesson 6: Creating a collectible

Create Your First Godot 4 Game

liuyubobobo completed a lesson.

 thumbnail
Lesson 1: Getting started with Godot 4

Create Your First Godot 4 Game

anismahs completed a lesson.

 thumbnail
Lesson 5: Spawning the platforms

Create Your First Godot 4 Game

anismahs completed a lesson.

 thumbnail
Lesson 4: Creating the player

Create Your First Godot 4 Game

Creating the player thumbnail

In the end I had to hard wire it to get it to work. Another student created the code if was_jumping: sprite.play(“double jump”) jump_sound.set_pitch_scale(1.3) jump_sound.play() else: sprite.play(“jump”) jump_sound.set_pitch_scale(1.0) jump_sound.play()

this one worked. Not sure why when I enter the code in the video the jump sound only makes a so…

phalasa completed a lesson.

 thumbnail
Lesson 27: Parallax background and sand vignette

Make a 2D Action Adventure Game with Godot 4

phalasa completed a lesson.

 thumbnail
Lesson 26: Spawning collectables on enemy death

Make a 2D Action Adventure Game with Godot 4

phalasa completed a lesson.

 thumbnail
Lesson 24: Making a heart collectable

Make a 2D Action Adventure Game with Godot 4

phalasa completed a lesson.

 thumbnail
Lesson 23: Creating a base collectable scene

Make a 2D Action Adventure Game with Godot 4

zemiro completed a lesson.

 thumbnail
Lesson 59: Connecting our save buttons & conclusion

Make a 2D Action Adventure Game with Godot 4 - Part 2

gander completed a lesson.

 thumbnail
Lesson 8: Handling player death

Create Your First Godot 4 Game

Creating the player thumbnail

Hi, I had issues with sound playing only on the second jump. I tried to look at the code in the Github but I couldn’t find the one for sound. I eventually had to add an extra line just to get it to play a sound twice but it wont increase in pitch. Could you please have a look for me and tell me where I went wrong? Thank you.

			jump_sound.set_pitc…

hiraiv1 completed a lesson.

 thumbnail
Lesson 4: Creating the player

Create Your First Godot 4 Game

giokav completed a lesson.

 thumbnail
Lesson 2: Overview of the Godot interface

Create Your First Godot 4 Game