added triggers onTimer

added map view in ADeditor
This commit is contained in:
2010-09-02 23:34:39 +04:00
parent 7752f7be12
commit c898f978da
10 changed files with 169 additions and 15 deletions

View File

@@ -14,7 +14,8 @@ SOURCES += main.cpp \
../map.cpp \
../player.cpp \
../game_data.cpp \
triggermodel.cpp
triggermodel.cpp \
mapmodel.cpp
HEADERS += mainwindow.h \
../loader.h \
alienmodel.h \
@@ -24,7 +25,8 @@ HEADERS += mainwindow.h \
../map.h \
../player.h \
../game_data.h \
triggermodel.h
triggermodel.h \
mapmodel.h
FORMS += mainwindow.ui
TRANSLATIONS += adeditor_ru.ts
RESOURCES += ADeditor.qrc