phaserjs / phaser-ce

Phaser CE is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
http://phaser.io
MIT License
1.34k stars 491 forks source link

When changing the state, the background music of the previous scene does not turn off.Mozilla #618

Closed SPavelV closed 5 years ago

SPavelV commented 5 years ago

https://picom.ru/19years/ https://github.com/likezninjaz/phaser-rick-and-morty

photonstorm commented 5 years ago

Test this with the latest version of Phaser CE, because 2.6.2 is really old now.

SPavelV commented 5 years ago

Solved the problem by removing the .loopFull() method for background music.