mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-26 21:48:35 +01:00
Compare commits
2 commits
2fab5e57af
...
faa96c9406
Author | SHA1 | Date | |
---|---|---|---|
faa96c9406 | |||
473fef5f3d |
2 changed files with 2 additions and 1 deletions
|
@ -31,6 +31,7 @@ public class ExampleMod : Mod {
|
|||
public override string Name => "Example Mod";
|
||||
public override string Description => "This is the example mod for Tiny Life!";
|
||||
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> customHairs;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="TinyLifeApi" Version="0.33.1" />
|
||||
<PackageReference Include="TinyLifeApi" Version="0.33.2" />
|
||||
|
||||
<PackageReference Include="ExtremelySimpleLogger" Version="1.2.5" />
|
||||
<PackageReference Include="Lib.Harmony" Version="2.2.1" />
|
||||
|
|
Loading…
Reference in a new issue