excalibur
Version:
Excalibur.js is a simple JavaScript game engine with TypeScript bindings for making 2D games in HTML5 Canvas. Our mission is to make web game development as simple as possible.
14 lines (13 loc) • 405 B
TypeScript
export * from './Component';
export * from './Entity';
export * from './EntityManager';
export * from './Query';
export * from './TagQuery';
export * from './QueryManager';
export * from './System';
export * from './SystemManager';
export * from './World';
export * from './Types';
export * from './Priority';
export * from './Components/TransformComponent';
export * from './Components/MotionComponent';