added some graphics but only for debug
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user