added some graphics but only for debug
This commit is contained in:
@@ -10,10 +10,19 @@ SOURCES += main.cpp \
|
||||
../loader.cpp \
|
||||
alienmodel.cpp \
|
||||
towermodel.cpp \
|
||||
splashmodel.cpp
|
||||
splashmodel.cpp \
|
||||
../map.cpp \
|
||||
../game_data.cpp
|
||||
HEADERS += mainwindow.h \
|
||||
../loader.h \
|
||||
alienmodel.h \
|
||||
towermodel.h \
|
||||
splashmodel.h
|
||||
splashmodel.h \
|
||||
../base_types.h \
|
||||
../map.h \
|
||||
../game_data.h
|
||||
FORMS += mainwindow.ui
|
||||
TRANSLATIONS += adeditor_ru.ts
|
||||
|
||||
RESOURCES += \
|
||||
ADeditor.qrc
|
||||
|
||||
Reference in New Issue
Block a user