UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 213 B
/** * * @param {Texture} texture * @param {string} attachment_name */ export function prepare_atlas_texture(texture: Texture, attachment_name: string): void; //# sourceMappingURL=prepare_atlas_texture.d.ts.map