UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

10 lines 149 B
/** * @readonly * @enum {number} */ export const Trail2DFlags = { Spawning: 1, Aging: 2, Built: 4, BoundsNeedUpdate: 8 };