diff --git a/src/Arts.cs b/src/Arts.cs index a4b03a5..75b480f 100644 --- a/src/Arts.cs +++ b/src/Arts.cs @@ -24,6 +24,8 @@ static class Arts static XYZi last_tailpos = new(0, 0, 0); static DeltaBool tailmove = new(false); + static TextStyle text_style; + public static void Init() { foreach (ModelNode node in assets_model.Nodes) @@ -34,6 +36,12 @@ static class Arts } } + text_style = TextStyle.FromFont( + Font.FromFile("HurmitNerd.otf"), + 1.0f * U.cm, + Color.White + ); + // mat_mono.SetTexture("diffuse", tex_mono); mat_box.SetTexture("diffuse", tex_box); mat_backbox.SetTexture("diffuse", tex_box);