mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-26 21:48:35 +01:00
Compare commits
No commits in common. "faa96c9406c7980b3c155a306729fefa0beb4551" and "2fab5e57afa26e53644f1404ac812bf57cdeacf0" have entirely different histories.
faa96c9406
...
2fab5e57af
2 changed files with 1 additions and 2 deletions
|
@ -31,7 +31,6 @@ public class ExampleMod : Mod {
|
||||||
public override string Name => "Example Mod";
|
public override string Name => "Example Mod";
|
||||||
public override string Description => "This is the example mod for Tiny Life!";
|
public override string Description => "This is the example mod for Tiny Life!";
|
||||||
public override TextureRegion Icon => this.uiTextures[new Point(0, 0)];
|
public override TextureRegion Icon => this.uiTextures[new Point(0, 0)];
|
||||||
public override string IssueTrackerUrl => "https://github.com/Ellpeck/TinyLifeExampleMod/issues";
|
|
||||||
|
|
||||||
private Dictionary<Point, TextureRegion> customTops;
|
private Dictionary<Point, TextureRegion> customTops;
|
||||||
private Dictionary<Point, TextureRegion> customHairs;
|
private Dictionary<Point, TextureRegion> customHairs;
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="TinyLifeApi" Version="0.33.2" />
|
<PackageReference Include="TinyLifeApi" Version="0.33.1" />
|
||||||
|
|
||||||
<PackageReference Include="ExtremelySimpleLogger" Version="1.2.5" />
|
<PackageReference Include="ExtremelySimpleLogger" Version="1.2.5" />
|
||||||
<PackageReference Include="Lib.Harmony" Version="2.2.1" />
|
<PackageReference Include="Lib.Harmony" Version="2.2.1" />
|
||||||
|
|
Loading…
Reference in a new issue