Now that you've completed the structure of the game, you can consider some additions so that you can add more game features, more visual effects, additional enemies, or other ideas you might have. In this section, there are a few suggested features—add them as-is or adjust them to your liking.
Finishing touches
Sound effects
As with the previous projects, you can add audio effects and music to improve the gameplay experience. In the res://assets/audio folder, you'll find a number of files you can use for various game events, such as player jump, enemy hit and pickup. There are also two music files: Intro Theme for the title screen and Grasslands Theme for the level scenes.
Adding these to the game will be...