Create Your First Godot 4 Game
Lesson 10: Adding the final touches
Video Notes
We’re almost there! Let’s add a few final touches like background music and a main menu to really polish this game up.
Lessons
- Lesson 1: Getting started with Godot 4
- Lesson 2: Overview of the Godot interface
- Lesson 3: Setting up the level
- Lesson 4: Creating the player
- Lesson 5: Spawning the platforms
- Lesson 6: Creating a collectible
- Lesson 7: Creating an enemy
- Lesson 8: Handling player death
- Lesson 9: Creating the player projectile
- Lesson 10: Adding the final touches
- Lesson 11: Exporting your game and wrapping up
Deeraghoogames
April 22, 2023 at 10:08 p.m.when adding the music is there a way to make it loop ?
Deeraghoogames
April 22, 2023 at 10:18 p.m.never mind i figured it out , when importing the audio make sure that the loop option is checked or select the audio source, go to the import tab and check loop check box then Reimport
amit
April 24, 2023 at 1:14 p.m.Good question! For me, it was set to loop by default, but it’s good to know how to change that option. To clarify for anyone else reading, you can double-click the audio file in the FileSystem panel to bring up the re-import and looping options.