Hey, I'm loading the audio and calling the play method, but it doesn't play. function preload() { game.load.audio('trilha', 'assets/sounds/trilha_jogo.mp3');}function create() { var audio = game.add.audio('trilha'); audio.play();}I've printed it to the console and the sound object seems to be ok.. Can someone help me?