added some graphics but only for debug

This commit is contained in:
peri4
2010-08-27 14:04:05 +04:00
parent b3854e867d
commit 95f3fb74fa
37 changed files with 876 additions and 707 deletions

View File

@@ -6,7 +6,9 @@ HEADERS += base_types.h \
splashes.h \
adcore.h \
player.h \
loader.h
loader.h \
animation.h \
ad_graphics.h
SOURCES += map.cpp \
game_data.cpp \
aliens.cpp \
@@ -15,14 +17,14 @@ SOURCES += map.cpp \
splashes.cpp \
adcore.cpp \
player.cpp \
loader.cpp
loader.cpp \
animation.cpp \
ad_graphics.cpp
RESOURCES += images.qrc
OTHER_FILES += map.conf \
example16x16.map \
example16x12.map \
OTHER_FILES += \
data.xml \
schema.xml \
example16x16_64.map
data2.xml
QT += core \
gui \
network \