font: extensive tweaks, looks much better

This commit is contained in:
A.M. Rowsell 2026-04-09 23:59:13 -04:00 committed by raf
commit 0e926a34ba
4 changed files with 37 additions and 21 deletions

View file

@ -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);