Finishing touches
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.
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 left to you, but here are a few tips:
- Make sure the sound effects have
Loop
set toOff
while the music files have itOn
in theImport
settings tab. - You may find it helpful to adjust the volume of individual sounds. This can be set with the
Volume Db
property. Setting a negative value will reduce...