From 4891aed55e569ac1f78f854be7fb9ca15970e810 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Sat, 5 Oct 2019 19:40:03 -0400 Subject: Added Tile Heightmap Collision, for real this time. Unlike AABB, Tile Heightmap was very easy to add, which really supprised me. I also revamped AABB to not have as many if statements. --- test-tile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'test-tile') diff --git a/test-tile b/test-tile index f9b058e..998ccb5 100644 --- a/test-tile +++ b/test-tile @@ -1,6 +1,8 @@ 0 -1,1 -1,2,3 16,16 +17,32 +1,0 +16,16 +0 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 -4,5,6 +32,32 -- cgit v1.2.3-13-gbd6f