Hugo Hu / Mbed 2 deprecated BRAVEHEART

Dependencies:   mbed N5110 ShiftReg PinDetect

Revision:
15:d5eb13c4c1c6
Parent:
13:7ab71c7c311b
Child:
16:caf613d5b85e
--- a/Resources.h	Sat May 09 14:39:48 2015 +0000
+++ b/Resources.h	Sun May 10 09:37:51 2015 +0000
@@ -37,12 +37,20 @@
     };
     
     const int Enemy1[5][5] = {
-        {1,0,0,0,1},
-        {0,1,1,1,0},
+        {1,1,0,0,0},
+        {1,1,1,1,0},
         {0,0,1,0,0},
-        {0,1,1,1,0},
+        {0,1,1,1,1},
         {1,1,0,1,1}
     };
+    
+    const int Enemy3[5][6] = {
+        {0,1,1,0,0,0},
+        {1,1,1,0,0,1},
+        {1,1,1,1,1,0},
+        {0,1,1,1,1,0},
+        {0,1,0,0,1,0}
+    };
 }
 
 #endif
\ No newline at end of file