From dacc8c87e42f43f10daccfa5447b425c85959a08 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 26 May 2022 13:20:57 +0200 Subject: [PATCH] 0.21.2 --- ExampleMod.cs | 2 +- ExampleMod.csproj | 10 +++++----- NuGet.config | 7 +++++++ 3 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 NuGet.config diff --git a/ExampleMod.cs b/ExampleMod.cs index d91db9e..04dd879 100644 --- a/ExampleMod.cs +++ b/ExampleMod.cs @@ -32,7 +32,7 @@ public class ExampleMod : Mod { private UniformTextureAtlas customHairs; private UniformTextureAtlas customBottoms; private UniformTextureAtlas uiTextures; - private UniformTextureAtlas wallpaperTextures; + private Dictionary wallpaperTextures; public override void AddGameContent(GameImpl game, ModInfo info) { // adding a custom furniture item diff --git a/ExampleMod.csproj b/ExampleMod.csproj index 700c970..ccdccd9 100644 --- a/ExampleMod.csproj +++ b/ExampleMod.csproj @@ -5,13 +5,13 @@ - + - - - - + + + + diff --git a/NuGet.config b/NuGet.config new file mode 100644 index 0000000..2945bce --- /dev/null +++ b/NuGet.config @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file