JeremyLeland / SectorC37

A top-down space shooting game
0 stars 0 forks source link

Break SVG shape into smaller pieces #21

Closed JeremyLeland closed 2 years ago

JeremyLeland commented 2 years ago

can we split a SVG shape path into several smaller paths with some extra points in the middle (shared between new pieces)? We could then animate these pieces separately.

Try this with asteroids first.

JeremyLeland commented 2 years ago

Low priority. For now, just making debris in the main color.

JeremyLeland commented 2 years ago

Experiment for another time.