New font made in Blender based on CC0 font...

This commit is contained in:
Ognjen Milan Robovic 2024-03-14 11:50:14 -04:00
parent 800aaf3359
commit 52ee55618f
2 changed files with 2 additions and 1 deletions

BIN
font/gothica.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

View File

@ -29,7 +29,8 @@ begin
core.configure;
ui.configure;
core.fonts (1) := core.load_font ("./font/alagard.png", 24, 0);
--~core.fonts (1) := core.load_font ("./font/alagard.png", 24, 0);
core.fonts (1) := core.load_font ("./font/gothica.png", 24, 0);
core.play_sound (core.import_sound (core.c_string ("./song/main_menu.ogg")));