changed the MENU_FONT size to 1.0f until mike can find a nicer solution to the menu text font size issues. THIS WASNT A PROBELM UNTIL THE FONT WAS CHANGED!!!!! find out what this font is missing that the other font had!!!

previous font was able to correctly display deck menus names that were MUCH larger in sie then the new font.
This commit is contained in:
omegablast2002@yahoo.com
2010-11-10 19:34:28 +00:00
parent 0773e9470b
commit eff32303c7
+1 -1
View File
@@ -24,7 +24,7 @@
#include <time.h>
#endif
const float MENU_FONT_SCALE = 0.650f;
const float MENU_FONT_SCALE = 1.0f;
enum ENUM_DUEL_STATE
{