fix bug in del tower and some ui changes

This commit is contained in:
2011-08-28 15:54:43 +04:00
parent 894e55bb41
commit 9f90c1e676
15 changed files with 212 additions and 114 deletions

7
form.h
View File

@@ -35,10 +35,11 @@ private:
int buildTowerId;
AD_Core core;
AD_Graphics * graphics;
TouchButtFrame * morphtbf;
TouchButtFrame * morphtbf, * tbf;
QList<QPixmap> cursors;
signals:
void tower_killed();
//signals:
// void tower_killed();
};
#endif // FORM_H