UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

10 lines (9 loc) 113 B
/** * * @enum {number} */ export const ToolState = { Initial: 0, Ready: 1, Running:2, };