ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_el19tb

Dependencies:   mbed

Revision:
53:b6bb4dab7823
Parent:
51:4c1f49729d88
Child:
56:2797166656e0
--- a/Sprite/Background.h	Mon May 25 17:53:05 2020 +0000
+++ b/Sprite/Background.h	Mon May 25 22:26:49 2020 +0000
@@ -33,16 +33,16 @@
       
 };
 
-const int goal_post[8][12] = {
+const int goal_post[8][18] = {
     
-    { 0,0,1,1,1,1,1,1,1,1,0,0 },
-    { 1,1,1,1,1,1,1,1,1,1,1,1 },
-    { 1,1,0,0,0,0,0,0,0,0,1,1 },
-    { 1,1,0,0,0,0,0,0,0,0,1,1 },
-    { 1,1,0,0,0,0,0,0,0,0,1,1 },
-    { 1,1,0,0,0,0,0,0,0,0,1,1 },
-    { 1,1,0,0,0,0,0,0,0,0,1,1 },
-    { 0,0,0,0,0,0,0,0,0,0,0,0 }
+    { 0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0 },
+    { 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 },
+    { 1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1 },
+    { 1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1 },
+    { 1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1 },
+    { 1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1 },
+    { 1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1 },
+    { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }
     
 };