mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 11:29:24 +01:00
Bold font, menu bg color
This commit is contained in:
parent
de12b0e4bd
commit
2b7277d676
BIN
FreeMono.ttf
BIN
FreeMono.ttf
Binary file not shown.
@ -61,7 +61,7 @@ static void print_font(SDL_Surface *screen, TTF_Font *font, int r, int g, int b,
|
||||
buf[i] = ' ';
|
||||
}
|
||||
|
||||
font_surf = TTF_RenderText_Solid(font, buf,
|
||||
font_surf = TTF_RenderText_Blended(font, buf,
|
||||
color);
|
||||
if (!font_surf)
|
||||
{
|
||||
@ -343,7 +343,7 @@ int menu_select(SDL_Surface *screen, menu_t *p_menu,
|
||||
{
|
||||
uint32_t keys;
|
||||
|
||||
SDL_FillRect(screen, 0, SDL_MapRGB(screen->format, 0, 0, 0));
|
||||
SDL_FillRect(screen, 0, SDL_MapRGB(screen->format, 0x00, 0x80, 0x80));
|
||||
|
||||
menu_draw(screen, p_menu);
|
||||
SDL_Flip(screen);
|
||||
|
Loading…
Reference in New Issue
Block a user