Player Library

Revision:
15:139ea93f06b8
Parent:
13:8a52aa715b32
--- a/Player.cpp	Thu May 04 11:36:13 2017 +0000
+++ b/Player.cpp	Thu May 04 11:46:22 2017 +0000
@@ -34,7 +34,7 @@
 {   
     if(m == 0){
         _x = WIDTH/2 -3;  //Spawns player sprite near the middle of the screen.
-        _y = HEIGHT/2 -5; 
+        _y = HEIGHT/2 +5; 
         m = m+1;  
         }
     //printf("SPRITE %d %d \n", _x, _y);