enable sound stop API call

this link was missing, so "sound.atop()" does not do anything in the JS api
This commit is contained in:
TabascoEye 2022-04-06 11:39:43 +02:00 committed by David Négrier
parent c7d66e495b
commit d29e100385

View File

@ -71,7 +71,7 @@ export type IframeEventMap = {
setProperty: SetPropertyEvent;
loadSound: LoadSoundEvent;
playSound: PlaySoundEvent;
stopSound: null;
stopSound: StopSoundEvent;
getState: undefined;
loadTileset: LoadTilesetEvent;
registerMenu: MenuRegisterEvent;