* moved deck mana display code into separate method.

* since I rescaled the images down to 50%, I moved the display to the upper right
   info box on the last line to the right of the "# of games played" information.
   Things look like it will fit as long as the number of games is under 1000
This commit is contained in:
techdragon.nguyen@gmail.com
2011-02-01 00:48:23 +00:00
parent 6d50ddcda5
commit d9facfb73b
2 changed files with 34 additions and 25 deletions
+2 -1
View File
@@ -77,7 +77,8 @@ public:
void Close();
void updateScroller();
void RenderBackground();
void RenderDeckManaColors();
static void destroy();
};