some improve game ui and bugfixes

This commit is contained in:
2011-09-11 01:26:06 +04:00
committed by unknown
parent 9f90c1e676
commit 714154a6fd
19 changed files with 363 additions and 392 deletions

View File

@@ -1,9 +1,9 @@
#include "player.h"
Player::Player(int Id, QObject *parent) :
QObject(parent)
QObject(parent)
{
playerId = Id;
money = 50;
selectAlienId = -1;
playerId = Id;
money = 100;
selectAlienId = -1;
}