UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

11 lines (10 loc) 273 B
/** * * @enum {string} */ export const PathEvents = { Changed: "@ecd-component-Path/changed", PointAdded: "@ecd-component-Path/point-added", PointRemoved: "@ecd-component-Path/point-removed", PointChanged: "@ecd-component-Path/point-changes" }