collapse milepost/resources into resources/. WARN: this temporarily breaks milepost's native examples
This commit is contained in:
parent
bf8374ef01
commit
4d448f18f9
|
@ -119,7 +119,7 @@ int main()
|
||||||
int fontIndex = 0;
|
int fontIndex = 0;
|
||||||
mg_font fonts[FONT_COUNT] = {create_font("../resources/OpenSansLatinSubset.ttf"),
|
mg_font fonts[FONT_COUNT] = {create_font("../resources/OpenSansLatinSubset.ttf"),
|
||||||
create_font("../resources/CMUSerif-Roman.ttf"),
|
create_font("../resources/CMUSerif-Roman.ttf"),
|
||||||
create_font("../resources/courier.ttf")};
|
create_font("../resources/Courier.ttf")};
|
||||||
|
|
||||||
mg_font_extents extents[FONT_COUNT];
|
mg_font_extents extents[FONT_COUNT];
|
||||||
f32 fontScales[FONT_COUNT];
|
f32 fontScales[FONT_COUNT];
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 209 KiB After Width: | Height: | Size: 209 KiB |
Loading…
Reference in New Issue