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

5
form.h
View File

@@ -23,12 +23,14 @@ private slots:
void on_pbNextWave_clicked();
void towerBuild(int index);
void towerMorph(int index);
void add_tow(QPoint pnt);
void add_tow(QPoint pnt, bool shift);
void selectedTowerChanged(QPoint id);
void cancel();
void on_sbSpeed_valueChanged(double arg1);
void on_pbSell_clicked();
private:
void timerEvent(QTimerEvent *);
Ui::Form *ui;
@@ -37,6 +39,7 @@ private:
AD_Graphics * graphics;
TouchButtFrame * morphtbf, * tbf;
QList<QPixmap> cursors;
QList<int> buildTowers;
//signals:
// void tower_killed();