phaser icon indicating copy to clipboard operation
phaser copied to clipboard

Add BaseSoundManager#isPlaying()

Open samme opened this issue 2 months ago • 0 comments

This PR

  • Adds a new feature

When a key is given, returns true if any sound with that key is playing.

When no key is given, returns true if any sound is playing.

samme avatar May 03 '24 18:05 samme