UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines (8 loc) 111 B
/** * * @enum {number} */ export const AnimationFlags = { Playing: 1, MeshSizeCulling: 2 };