changed default font to "LiberationSans-Regular.ttf"; new maps; fixed xmls(missing models); crossbow has rotated climb

This commit is contained in:
Titus Tscharntke 2011-07-20 22:44:57 +00:00
parent ee2c7bbe98
commit 3efe9e0263
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ const char* TextFTGL::findFont(const char *firstFontToTry) {
}
string data_path = Text::DEFAULT_FONT_PATH;
string defaultFont = data_path + "data/core/fonts/gothub__.ttf";
string defaultFont = data_path + "data/core/fonts/LiberationSans-Regular.ttf";
tryFont = defaultFont;
#ifdef WIN32
replaceAll(tryFont, "/", "\\");