- Fix issue 552 (Card images too big in deck editor)

- Moved big picture display a bit down ingame
- Temporarily Reinstantiated "back quad shows first" in deck editor, see my comments in http://code.google.com/p/wagic/source/detail?r=3008
-- This is only temporary, and pending the final Thread work, but I'm afraid this won't make it to 0.15. It is possible to get the previous behavior back with a simple define, in case we want it for windows.
This commit is contained in:
wagic.the.homebrew@gmail.com
2011-04-03 06:07:23 +00:00
parent 2bb0fe996d
commit e867881e16
3 changed files with 56 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ CardSelector::SelectorMemory::SelectorMemory()
}
CardSelector::CardSelector(DuelLayers* duel) :
active(NULL), duel(duel), limitor(NULL), bigpos(300, 150, 1.0, 0.0, 220)
active(NULL), duel(duel), limitor(NULL), bigpos(300, 145, 1.0, 0.0, 220)
{
}