diff --git a/Content/ExampleMod/CustomFurniture.atlas b/Content/ExampleMod/CustomFurniture.atlas index fa46960..0e5742b 100644 --- a/Content/ExampleMod/CustomFurniture.atlas +++ b/Content/ExampleMod/CustomFurniture.atlas @@ -1,3 +1,3 @@ ExampleMod.CustomTableUp loc 0 0 32 32 -piv 16 16 \ No newline at end of file +piv 16 20 \ No newline at end of file diff --git a/Content/ExampleMod/CustomFurniture.png b/Content/ExampleMod/CustomFurniture.png index 31dd5d4..9f360a5 100644 Binary files a/Content/ExampleMod/CustomFurniture.png and b/Content/ExampleMod/CustomFurniture.png differ diff --git a/ExampleMod.cs b/ExampleMod.cs index b66ff0c..9945ddc 100644 --- a/ExampleMod.cs +++ b/ExampleMod.cs @@ -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";