From 527c4af3e4af542b86c58061ca212573189a253e Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 20 Jul 2021 00:55:36 +0200 Subject: [PATCH] updated dependencies --- MLEM.Extended/MLEM.Extended.csproj | 4 ++-- MLEM.Ui/MLEM.Ui.csproj | 4 ++-- Sandbox/GameImpl.cs | 2 +- Sandbox/Sandbox.csproj | 2 +- Tests/Tests.csproj | 7 +++++-- 5 files changed, 11 insertions(+), 8 deletions(-) diff --git a/MLEM.Extended/MLEM.Extended.csproj b/MLEM.Extended/MLEM.Extended.csproj index cbcfbfc..430df91 100644 --- a/MLEM.Extended/MLEM.Extended.csproj +++ b/MLEM.Extended/MLEM.Extended.csproj @@ -24,7 +24,7 @@ all - + all @@ -33,6 +33,6 @@ - + \ No newline at end of file diff --git a/MLEM.Ui/MLEM.Ui.csproj b/MLEM.Ui/MLEM.Ui.csproj index 4119c7e..aecac48 100644 --- a/MLEM.Ui/MLEM.Ui.csproj +++ b/MLEM.Ui/MLEM.Ui.csproj @@ -16,7 +16,7 @@ - + @@ -25,6 +25,6 @@ - + \ No newline at end of file diff --git a/Sandbox/GameImpl.cs b/Sandbox/GameImpl.cs index 5cd4587..604ef8b 100644 --- a/Sandbox/GameImpl.cs +++ b/Sandbox/GameImpl.cs @@ -72,7 +72,7 @@ namespace Sandbox { textureData[textureData.FromIndex(textureData.ToIndex(25, 9))] = Color.Yellow; } - var system = new FontSystem(this.GraphicsDevice, 1024, 1024); + var system = new FontSystem(); system.AddFont(File.ReadAllBytes("Content/Fonts/Cadman_Roman.otf")); //var font = new GenericSpriteFont(LoadContent("Fonts/TestFont")); //var font = new GenericBitmapFont(LoadContent("Fonts/Regular")); diff --git a/Sandbox/Sandbox.csproj b/Sandbox/Sandbox.csproj index 4d621dc..d35b0cc 100644 --- a/Sandbox/Sandbox.csproj +++ b/Sandbox/Sandbox.csproj @@ -18,7 +18,7 @@ - + diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 55bdf7d..5d40a06 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -13,10 +13,13 @@ - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + - +