UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines (8 loc) 154 B
/** * * @enum {string} */ export const GUIElementEvent = { Attached: "gui-element-attached", Initialized: "gui-element-initialized" };