Add hexagons

Signed-off-by: András Schmelczer <andras@schmelczer.dev>
This commit is contained in:
Andras Schmelczer 2022-01-29 21:11:32 +01:00
parent ac4aee3f5f
commit 7f83d0d65a
No known key found for this signature in database
GPG key ID: 39260B5B0614A13E
2 changed files with 70 additions and 0 deletions

View file

@ -33,6 +33,7 @@ export * from './drawables/drawable-descriptor';
export * from './drawables/lights/circle-light';
export * from './drawables/lights/flashlight';
export * from './drawables/shapes/circle-factory';
export * from './drawables/shapes/hexagon-factory';
export * from './drawables/shapes/colorful-circle';
export * from './drawables/shapes/droplet-factory';
export * from './drawables/shapes/inverted-tunnel-factory';