Type alias AssetStore

AssetStore: {
    data: Map<string, string>;
    images: Map<string, HTMLImageElement>;
    sounds: Map<string, AudioBuffer>;
}

Type declaration

  • data: Map<string, string>
  • images: Map<string, HTMLImageElement>
  • sounds: Map<string, AudioBuffer>

Generated using TypeDoc