From 6e69786c656c4751cd6a56ea80e4036c4b059f7b Mon Sep 17 00:00:00 2001 From: shnewto Date: Sat, 2 Dec 2023 18:35:53 -0700 Subject: [PATCH] fix bad urls after some trouble addressing md lints in the last release --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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.