>|
Summary
As is our game might be feeling a little unimpactful. To help improve the feel of our game, we will take a look at adding music and sounds to our games.
1|
Adding Game Music
In this lesson we will be adding the very first sound to our game. We will learn how to play sounds and get our game music working properly.
2|
Adding Player Sounds
For this lesson we will look at adding sounds to our player. This will include jumping and walking sounds, as well as a sound for when our player is sliding on the wall.
3|
Adding Interact Sounds
Now that we have a good grasp of how to implement sounds into our game using code. We will quickly take a look at how to add sounds to our bouncer and jump gem scenes.