added Towers loading in level

This commit is contained in:
unknown
2010-08-26 14:39:52 +04:00
parent 47cf1e38ea
commit b3854e867d
7 changed files with 247 additions and 119 deletions

View File

@@ -12,4 +12,5 @@ int main(int argc, char *argv[])
//QObject::connect(timer,SIGNAL(timeout()),&core,SLOT(next()));
//timer->start(100);
//return a.exec();
return 0;
}