mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
updated the font name in fake-mobile
This commit is contained in:
parent
093044ba83
commit
b7bfe746cb
@ -70,7 +70,7 @@ bool rawdisplaystr(int x, int y, int shift, int size, const char *str, int color
|
|||||||
col.r >>= darken; col.g >>= darken; col.b >>= darken;
|
col.r >>= darken; col.g >>= darken; col.b >>= darken;
|
||||||
|
|
||||||
if(!font[size])
|
if(!font[size])
|
||||||
font[size] = TTF_OpenFont("VeraBd.ttf", size);
|
font[size] = TTF_OpenFont("DejaVuSans-Bold.ttf", size);
|
||||||
|
|
||||||
SDL_Surface *txt = TTF_RenderText_Solid(font[size], str, col);
|
SDL_Surface *txt = TTF_RenderText_Solid(font[size], str, col);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user