UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

10 lines 139 B
/** * * @enum {number} */ export const ControlContextState = { Initial: 0, Ready: 1, Running: 2, Disposed: 3 };