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