UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 192 B
export type AtlasPatchFlag = number; export namespace AtlasPatchFlag { let Packed: number; let Painted: number; let Attached: number; } //# sourceMappingURL=AtlasPatchFlag.d.ts.map