Player Library

Files at this revision

API Documentation at this revision

Comitter:
ll14c4p
Date:
Thu May 04 11:46:22 2017 +0000
Parent:
14:f2562b193023
Commit message:
Changed Starting Position

Changed in this revision

Player.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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);