UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines (7 loc) 130 B
export const BehaviorComponentFlag = { AllowSleep: 1, /** * Behavior has completed */ Resolved: 2 };