UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines (6 loc) 131 B
export const SignalFlags = { /** * If set - signal will not invoke handlers when dispatched */ Silent: 1 }