* 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:
@@ -77,7 +77,8 @@ public:
|
||||
void Close();
|
||||
void updateScroller();
|
||||
void RenderBackground();
|
||||
|
||||
void RenderDeckManaColors();
|
||||
|
||||
static void destroy();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user