absolute file path for font due to sk version downgrade

This commit is contained in:
ethan merchant 2024-12-21 09:41:38 -05:00
parent b0414df2d1
commit 064f5c3254

View file

@ -53,7 +53,7 @@ static class Arts
}
text_style = TextStyle.FromFont(
Font.FromFile("Staatliches.ttf"),
Font.FromFile("Assets/Staatliches.ttf"),
1.0f * U.cm,
Color.White
);