Educational Game Platform
|
Public Slots | |
void | moveInstantaneous () |
gameScene_1_player::moveInstantaneous More... | |
void | setup (int playerid) |
gameScene_1_player::setup More... | |
Public Member Functions | |
gameScene_1_player (QObject *parent=0) | |
Public Attributes | |
QGraphicsScene * | parentScene |
bool * | goForward |
Bool used in movement logic. | |
int * | id |
ID used for player1/player2. | |
int * | position |
Used to store player position. | |
int * | newPosition |
Used to store player position. | |
|
slot |
gameScene_1_player::moveInstantaneous
Move the player to its newly assigned position
|
slot |