mirror of
https://github.com/glest/glest-source.git
synced 2025-08-20 23:21:19 +02:00
changed default font to "LiberationSans-Regular.ttf"; new maps; fixed xmls(missing models); crossbow has rotated climb
This commit is contained in:
@@ -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, "/", "\\");
|
||||
|
Reference in New Issue
Block a user