Load a sound effect from a URL and register it with an ID.
Unique string ID to reference this sound
URL of the audio file to load
await sg.loadSound('jump', 'assets/jump.wav'); Copy
await sg.loadSound('jump', 'assets/jump.wav');
Load a sound effect from a URL and register it with an ID.