1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

World view impl -- initial;

This commit is contained in:
Fay
2015-01-13 20:57:41 +01:00
parent 9f05f53e65
commit 4b248c2762
13 changed files with 1071 additions and 220 deletions

View File

@@ -238,6 +238,7 @@ void config::CConfigHandler::init()
setGem(current->ac, 3, g["gem3"]);
current->ac.mainGraphic = g["background"].String();
current->ac.worldViewGraphic = g["backgroundWorldView"].String();
current->ac.hlistX = g["HeroList"]["x"].Float();
current->ac.hlistY = g["HeroList"]["y"].Float();