Owen Cavender 201159294

Dependencies:   mbed Gamepad2

Revision:
15:6857657bb4e2
Parent:
14:7fb3c93343b6
Child:
16:9500059ad5d8
--- a/GameEngine.cpp	Sat May 30 02:31:43 2020 +0000
+++ b/GameEngine.cpp	Sat May 30 03:06:22 2020 +0000
@@ -17,7 +17,7 @@
 
     char buffer1[14];
     sprintf(buffer1,"%2d",score);
-    lcd.printString(buffer1,0,48);   // font is 8 wide, so leave 4 pixel gape from middle assuming two digits
+    lcd.printString(buffer1,0,48);   
 }