build_towers

This commit is contained in:
unknown
2010-08-31 21:29:47 +04:00
parent bbb6f9b366
commit 0e0f1cbfbb
8 changed files with 82 additions and 21 deletions

View File

@@ -26,11 +26,11 @@ AD_Core::AD_Core(QObject *parent) :
// adaliens->AddAlien(0);
adtowers->addTower(0,2,QPoint(22,7));
for (int i=0; i<20;i++)
adtowers->addTower(0,1,QPoint(8,20-i));
for (int i=0; i<20; i++)
adtowers->addTower(0,0,QPoint(12,i));
for (int i=0; i<20;i++)
adtowers->addTower(0,1,QPoint(16,20-i));
// adtowers->addTower(0,1,QPoint(8,20-i));
// for (int i=0; i<20; i++)
// adtowers->addTower(0,0,QPoint(12,i));
// for (int i=0; i<20;i++)
// adtowers->addTower(0,1,QPoint(16,20-i));
waveInProgress = false;
startTimer(20);
}