changes in arhitecture, some improvments, much optimising and simplify,
many bagfixes and new graphics engine
This commit is contained in:
@@ -4,6 +4,6 @@ Player::Player(int Id, QObject *parent) :
|
||||
QObject(parent)
|
||||
{
|
||||
playerId = Id;
|
||||
money = 100;
|
||||
money = 50;
|
||||
selectAlienId = -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user