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

View File

@@ -8,7 +8,8 @@ HEADERS += base_types.h \
player.h \
loader.h \
animation.h \
ad_graphics.h
ad_graphics.h \
graphicsalien.h
SOURCES += map.cpp \
game_data.cpp \
aliens.cpp \
@@ -19,10 +20,10 @@ SOURCES += map.cpp \
player.cpp \
loader.cpp \
animation.cpp \
ad_graphics.cpp
ad_graphics.cpp \
graphicsalien.cpp
RESOURCES += images.qrc
OTHER_FILES += \
data.xml \
OTHER_FILES += data.xml \
schema.xml \
data2.xml
QT += core \