UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 313 B
/** * Asset instance objects for read-only usage, so we can just keep 1 copy instead of calling {@link Asset#create} every time * @type {Cache<Asset, any>} */ export const STATIC_ASSET_CACHE: Cache<Asset, any>; import { Cache } from "../../core/cache/Cache.js"; //# sourceMappingURL=STATIC_ASSET_CACHE.d.ts.map