This commit is contained in:
Ell 2022-05-26 13:20:57 +02:00
parent 2e332b0224
commit dacc8c87e4
3 changed files with 13 additions and 6 deletions

View File

@ -32,7 +32,7 @@ public class ExampleMod : Mod {
private UniformTextureAtlas customHairs;
private UniformTextureAtlas customBottoms;
private UniformTextureAtlas uiTextures;
private UniformTextureAtlas wallpaperTextures;
private Dictionary<Point, TextureRegion> wallpaperTextures;
public override void AddGameContent(GameImpl game, ModInfo info) {
// adding a custom furniture item

View File

@ -5,13 +5,13 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TinyLifeApi" Version="0.21.0" />
<PackageReference Include="TinyLifeApi" Version="0.21.2" />
<PackageReference Include="ExtremelySimpleLogger" Version="1.2.5" />
<PackageReference Include="Lib.Harmony" Version="2.2.0" />
<PackageReference Include="MLEM.Data" Version="5.2.0" />
<PackageReference Include="MLEM.Extended" Version="5.2.0" />
<PackageReference Include="MLEM.Startup" Version="5.2.0" />
<PackageReference Include="Lib.Harmony" Version="2.2.1" />
<PackageReference Include="MLEM.Data" Version="5.4.0-445" />
<PackageReference Include="MLEM.Extended" Version="5.4.0-445" />
<PackageReference Include="MLEM.Startup" Version="5.4.0-445" />
<PackageReference Include="MonoGame.Extended" Version="3.8.0" />
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.0.1641" />
</ItemGroup>

7
NuGet.config Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!-- For preview versions of MLEM, which are sometimes required -->
<add key="Ellpeck" value="https://nuget.ellpeck.de/v3/index.json" />
</packageSources>
</configuration>