Browse Source

Update Whiskers_agents_tilemap_v3.c

Rudy Boudewijn van Etten 4 years ago
parent
commit
fb110290c7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      ai/Whiskers_agents_tilemap_v3.c

+ 3 - 0
ai/Whiskers_agents_tilemap_v3.c

@@ -12,6 +12,9 @@
 // There now is a velocity for different speeds.
 // There now is a velocity for different speeds.
 // The alignment is not tweaked. I seem to keep forgetting if the circle is drawn center of left top ??
 // The alignment is not tweaked. I seem to keep forgetting if the circle is drawn center of left top ??
 
 
+//
+// I used a less efficient method to check collision. I need to create a line vs rectangle collision routine.
+
 #include "raylib.h"
 #include "raylib.h"
 #include <math.h>
 #include <math.h>