How to add music and a title screen

hey im trying to add music to my game but i dont know how im also trying to make a title

Hello @Lucious_Jansma

This screenshot from my game should help!

Look for where sound is then when you press it then just do your sound you don’t really need a track. Have fun!

Hello @Lucious_Jansma, as an addition to the answer of @Gabriel_Dobrzynski:

  1. Add a audio listener component to an entity (to hear the sound)
  2. Add a sound component to an entitty (to play the sound)
  3. Add a sound file to the slot of the sound component
  4. Check auto play and loop to start the sound when the game is loaded

More information about sounds can you find on this page: https://developer.playcanvas.com/en/tutorials/basic-audio/

2 Likes