UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

11 lines (10 loc) 142 B
/** * * @enum {number} */ export const AnimationClipFlag = { /** * Should the clip be repeated */ Repeat: 1 };