Josh Davy / Mbed 2 deprecated Flip

Dependencies:   mbed el17jd

Player/Player.cpp

Committer:
joshdavy
Date:
2019-04-06
Revision:
4:afbf3dd71403
Parent:
3:b34685dbdb8d
Child:
7:68e06dda79f7

File content as of revision 4:afbf3dd71403:

#include "Player.h"



Player::Player()
{

}

Player::~Player()
{

}

void Player::update(Gamepad &pad)
{
    

    //if (_pos.y < 30) {
     //   _pos.y -= GRAVITY;
   // }
    
    
       
}