MACVENTURE: Add graphics blitting
This commit is contained in:
parent
1cee6caf13
commit
15de1a2e60
6 changed files with 150 additions and 59 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue