MACVENTURE: Add graphics blitting

This commit is contained in:
Borja Lorente 2016-06-21 13:22:56 +02:00
parent 1cee6caf13
commit 15de1a2e60
6 changed files with 150 additions and 59 deletions

View file

@ -24,14 +24,11 @@ World::World(MacVentureEngine *engine, Common::MacResManager *resMan) {
calculateObjectRelations();
warning("Test functions about to happen");
_gameGraphics = new Container("Shadowgate II/Shadow Graphic");
_gameText = new Container("Shadowgate II/Shadow Text");
ObjID tid = (ObjID)1;
TextAsset test = TextAsset(tid, _gameText, _engine->isOldText(), _engine->getDecodingHuffman());
ImageAsset testImg(((428 * 2) + 1), _gameGraphics);
delete saveGameRes;
saveGameFile.close();
}