2d-gaming
Version:
This is an Angular package fo developing 2d games in angular. [Please report issues/questions/any ideas to better help this package](https://github.com/CWestBlue/2d-gaming/issues).
13 lines • 594 B
JavaScript
// export * from './game.module';
export * from './game-area.object';
export * from './game.objects.component';
export * from './game-area.view.component';
export * from './animator.component';
export * from './ObjectLogic/movement.component';
export * from './ObjectLogic/postion.component';
export * from './ObjectLogic/updateFrame.component';
export * from './ObjectLogic/crashLogic.component';
export * from './ObjectLogic/ammo.component';
export * from './Design/objectDesign.component';
export * from './GameAreaLogic/object-category-setter';
//# sourceMappingURL=index.js.map