fixed the custom table being terrible

This commit is contained in:
Ell 2021-06-26 15:57:19 +02:00
parent 461ab8a8db
commit b7dafb75e6
3 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
ExampleMod.CustomTableUp
loc 0 0 32 32
piv 16 16
piv 16 20

Binary file not shown.

Before

Width:  |  Height:  |  Size: 535 B

After

Width:  |  Height:  |  Size: 534 B

View file

@ -19,7 +19,7 @@ namespace ExampleMod {
// the logger that we can use to log info about this mod
public static Logger Logger { get; private set; }
public static EmotionModifier GrassSittingModifier;
public static EmotionModifier GrassSittingModifier { get; private set; }
// visual data about this mod
public override string Name => "Example Mod";