few optimization and find aim for towers

This commit is contained in:
2010-08-29 11:43:14 +04:00
parent ea1a559525
commit 8f9294c405
14 changed files with 310 additions and 156 deletions

3
map.h
View File

@@ -11,8 +11,9 @@ Q_OBJECT
public:
enum CellType
{
Free = 0,
Player = 1,
PlayerAlien = 1001,
AlienPath = 1000,
PlayerTower = -1,
Wall = -1000,
Start = 9999,