UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

11 lines (10 loc) 175 B
/** * * @enum {number} */ export const SoundAssetPlaybackSpecFlags = { /** * Source is not a URL but an asset alias instead */ UsingAlias: 1 };