Erwan
-Issue 26: added an option for Mana Display. This needs a bit testing, but it should also lower the priority of "manapool slowness" as this mode probably fixes performance issue as well. -I can't seem to be able to "save" some options (hand position, mana display) ion the windows version, does this change break something ?
This commit is contained in:
@@ -30,7 +30,8 @@ void DuelLayers::init(){
|
||||
//Other display elements
|
||||
action->Add(NEW HUDDisplay(-1));
|
||||
|
||||
Add(NEW GuiMana());
|
||||
Add(NEW GuiMana(20,20,go->players[1]));
|
||||
Add(NEW GuiMana(440,20,go->players[0]));
|
||||
Add(stack = NEW ActionStack(go));
|
||||
Add(combat = NEW GuiCombat(go));
|
||||
Add(action);
|
||||
|
||||
Reference in New Issue
Block a user