Ben Evans / Mbed 2 deprecated Defender_Game

Dependencies:   mbed

Revision:
82:3211b31e9421
Parent:
38:75bd968daa31
Child:
85:87bc28b151d8
--- a/People/People_test.h	Mon May 25 15:59:14 2020 +0000
+++ b/People/People_test.h	Mon May 25 18:39:51 2020 +0000
@@ -25,7 +25,7 @@
     // Draws people
     people.draw_people(lcd, d_, map.get_length_map(), map.get_position_x_map());
     
-    // gets the position of person as it's random
+    // Gets the position of person as it's random
     Vector2D people_pos = people.get_pos();
     
     // Reads pixel where person is expected to be drawn 
@@ -55,7 +55,7 @@
     
     printf("collision =  %s : " ,expected_collision ? "true" : "false");
     
-    // initialise alien to people posision
+    // Initialise alien to people posision
     alien.init(pad,expected_x,43);
     
     // Checks collision function