From b1584d04410634131dcd0703c494269e4eb49fe6 Mon Sep 17 00:00:00 2001 From: Ratstail91 Date: Sat, 27 Dec 2014 02:05:04 -0800 Subject: [PATCH] Added update section. --- collision-logic.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/collision-logic.md b/collision-logic.md index 62270b1..9023568 100644 --- a/collision-logic.md +++ b/collision-logic.md @@ -124,3 +124,7 @@ An unfortunate bug I can already see is that this logic doesn't check corners; it might be possible to get stuck on a corner of a wall, but if this becomes an issue in my implementation I will update this article with that information, and you can promptly ignore it. + +## Update + +Due to god-knows-what, this theory didn't translate into code, at all. I've since abandoned it. \ No newline at end of file