- a few card updates
- back to original font for menus
This commit is contained in:
wagic.the.homebrew
2009-01-20 13:15:52 +00:00
parent 6d629b7d66
commit e831a8e400
16 changed files with 74 additions and 56 deletions

View File

@@ -1,7 +1,9 @@
#ifndef _MTGDEFINITION_H_
#define _MTGDEFINITION_H_
#define DEFAULT_MAIN_FONT_SCALE 0.5
#define DEFAULT_MENU_FONT_SCALE 1.0
#define DEFAULT_MAIN_FONT_SCALE 1.0
#define DEFAULT_TEXT_FONT_SCALE 1.0
class Constants
{
@@ -106,7 +108,8 @@ class Constants
MAIN_FONT = 0,
MAGIC_FONT = 1,
MENU_FONT = 1,
MAGIC_FONT = 2,
};
static char MTGColorChars[];