collapse milepost/resources into resources/. WARN: this temporarily breaks milepost's native examples

This commit is contained in:
Martin Fouilleul 2023-08-09 15:19:34 +02:00
parent bf8374ef01
commit 4d448f18f9
11 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ int main()
int fontIndex = 0;
mg_font fonts[FONT_COUNT] = {create_font("../resources/OpenSansLatinSubset.ttf"),
create_font("../resources/CMUSerif-Roman.ttf"),
create_font("../resources/courier.ttf")};
create_font("../resources/Courier.ttf")};
mg_font_extents extents[FONT_COUNT];
f32 fontScales[FONT_COUNT];

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

Before

Width:  |  Height:  |  Size: 209 KiB

After

Width:  |  Height:  |  Size: 209 KiB