From 9659dbbe121aef6fe6e605334830c04d64ab1161 Mon Sep 17 00:00:00 2001 From: tradam Date: Mon, 16 Aug 2021 11:22:21 -0400 Subject: . --- README.mdown | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.mdown diff --git a/README.mdown b/README.mdown new file mode 100644 index 0000000..3a98c47 --- /dev/null +++ b/README.mdown @@ -0,0 +1,3 @@ +# hints and notes for Debugging +- Shape A for some reason is not understood by the hitbox detection correctly +As can be seen with the debug lines, one of the lines is drawn diagnal when it instead should of been drawn online one of the edges. The other line has been determined to be of length 0 so it is as if the points are swapped. Despite both shapes using what appear to be essentially the same code only one of the two shapes are in error. If the a and b shapes are swapped then the issue switches shapes(from a to b) so the issue doesnt appear to be with declaring the shapes but rather something in the hitbox logic. -- cgit v1.2.3