added AD editor (not work yet, just for test)

This commit is contained in:
2010-08-25 03:10:15 +03:00
parent 68784b7e9e
commit d897bb8fa2
27 changed files with 2163 additions and 398 deletions

View File

@@ -7,6 +7,9 @@ adCore::adCore(QObject *parent) :
//admap = new Map(1);
//addata = new Game_Data(admap);
adloader = new Loader();
addata = adloader->loadlevel(1);
if (addata != 0) qDebug("Sucsess");
else qDebug("Error");
//admap->load();
//adload->create();
//adload->readAliens();