From 8748228bc9effa4779f4c1062f5fbc07f1d07a60 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Thu, 17 Jun 2021 20:46:49 -0400 Subject: (mkosarek) Updated roadmap and hiding pill collisions for now --- 2d/_collisions/polygon_polygon.html | 2 -- 2d/_collisions/rectangle_line.html | 2 -- 2d/_collisions/rectangle_rectangle.html | 2 -- 3 files changed, 6 deletions(-) (limited to '2d/_collisions') diff --git a/2d/_collisions/polygon_polygon.html b/2d/_collisions/polygon_polygon.html index 327ea88..7880c91 100644 --- a/2d/_collisions/polygon_polygon.html +++ b/2d/_collisions/polygon_polygon.html @@ -24,8 +24,6 @@
  • Rectangle-Line
  • Rectangle-Rectangle
  • -
  • Pill-Line
  • -
  • Pill-Pill
  • Polygon-Polygon
  • diff --git a/2d/_collisions/rectangle_line.html b/2d/_collisions/rectangle_line.html index 78f6f69..7ad95a4 100644 --- a/2d/_collisions/rectangle_line.html +++ b/2d/_collisions/rectangle_line.html @@ -24,8 +24,6 @@
  • Rectangle-Line
  • Rectangle-Rectangle
  • -
  • Pill-Line
  • -
  • Pill-Pill
  • Polygon-Polygon
  • diff --git a/2d/_collisions/rectangle_rectangle.html b/2d/_collisions/rectangle_rectangle.html index 2e19e47..a4aef1b 100644 --- a/2d/_collisions/rectangle_rectangle.html +++ b/2d/_collisions/rectangle_rectangle.html @@ -24,8 +24,6 @@
  • Rectangle-Line
  • Rectangle-Rectangle
  • -
  • Pill-Line
  • -
  • Pill-Pill
  • Polygon-Polygon
  • -- cgit v1.2.1