font: extensive tweaks, looks much better
This commit is contained in:
parent
40a5e6789c
commit
0e926a34ba
4 changed files with 37 additions and 21 deletions
|
|
@ -515,7 +515,7 @@ static void game_loop(void) {
|
|||
// sound
|
||||
load_audio_assets(&gs);
|
||||
// font
|
||||
Font fontTTF = LoadFontEx("./assets/fonts/Royal_Decree_Bold.ttf", 14, 0, 250);
|
||||
Font fontTTF = LoadFontEx("./assets/fonts/Tomorrow_Night.ttf", 24, NULL, 0);
|
||||
// Initialize first floor
|
||||
rng_seed(12345);
|
||||
init_floor(&gs, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue