diff --git a/README.md b/README.md index cf461d7..6586489 100644 --- a/README.md +++ b/README.md @@ -47,22 +47,22 @@ from any pixel in an existing group, that pixel begins a new group. ### convex polyline -![](<) +![convex polyline collider on an upside down car sprite]() ### polyline -![](<) +![polyline collider on an upside down car sprite]() ### convex hull -![](<) +![convex hull collider on an upside down car sprite]() ### heightfield the current implementation does best if the image you're generating a heightfield from is either centered in the image or spans the entire width of the image... -![](<) +![heightfield collider on an upside down car sprite]() ### convex decomposition @@ -86,13 +86,13 @@ for coords in edge_coordinate_groups { } ``` -![](<) +![convex decomposition collider on an upside down car sprite]() ## license all code in this repository is dual-licensed under either: -- MIT License (LICENSE-MIT or <) -- Apache License, Version 2.0 (LICENSE-APACHE or <) +- MIT License (LICENSE-MIT or ) +- Apache License, Version 2.0 (LICENSE-APACHE or ) at your option.