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:
parent
c7d66e495b
commit
d29e100385
@ -71,7 +71,7 @@ export type IframeEventMap = {
|
||||
setProperty: SetPropertyEvent;
|
||||
loadSound: LoadSoundEvent;
|
||||
playSound: PlaySoundEvent;
|
||||
stopSound: null;
|
||||
stopSound: StopSoundEvent;
|
||||
getState: undefined;
|
||||
loadTileset: LoadTilesetEvent;
|
||||
registerMenu: MenuRegisterEvent;
|
||||
|
Loading…
Reference in New Issue
Block a user