Phaser 3 Basics: Loading Sounds

In this guide, we will be learning how to load sounds with Phaser 3. At this point it would be useful if you had a scene already setup. If you don’t, you can take a look at my boilerplate code guide in this series. In your scene, define a preload method if you haven’t already. In order to define an image, you will need to follow this syntax: this.load.audio(, );...

September 27, 2019 · 2 min · Jared