Josh Davy / Mbed 2 deprecated Flip

Dependencies:   mbed el17jd

Revision:
4:afbf3dd71403
Parent:
3:b34685dbdb8d
Child:
6:2ca1516ec1e2
--- a/Game/Game.cpp	Tue Apr 02 12:40:31 2019 +0000
+++ b/Game/Game.cpp	Sat Apr 06 11:47:18 2019 +0000
@@ -18,6 +18,7 @@
 
     Vector2D pos = {20,20};
     _player.init(6,6,(int *)player_bitmap,pos);
+    _player.flip();
 
 
 }