UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

11 lines (10 loc) 139 B
/** * * @enum {number} */ export const VoiceFlags = { /** * Is currently speaking a line? */ Speaking: 1 };