diff --git a/.gitignore b/.gitignore index 67e62ea..2b8784c 100644 --- a/.gitignore +++ b/.gitignore @@ -354,3 +354,5 @@ healthchecksdb /1.5/Defs/AnimationDefs/BasicBestiality/BasicBestiality2v1.xml /1.5/Defs/AnimationDefs/BasicBestiality/BasicBestiality1v1.xml /1.5/Defs/AnimationDefs/BasicBestiality/!BasicBestiality.xml +/1.5/Defs/TestDoNotPush +/1.5/Textures/AnimationProps/BEV diff --git a/1.5/Assemblies/Rimworld-Animations.dll b/1.5/Assemblies/Rimworld-Animations.dll index 0e30d69..dd3d63c 100644 Binary files a/1.5/Assemblies/Rimworld-Animations.dll and b/1.5/Assemblies/Rimworld-Animations.dll differ diff --git a/1.5/Source/Animations/Keyframes/ExtendedKeyframe.cs b/1.5/Source/Animations/Keyframes/ExtendedKeyframe.cs index 4d1031e..45fced9 100644 --- a/1.5/Source/Animations/Keyframes/ExtendedKeyframe.cs +++ b/1.5/Source/Animations/Keyframes/ExtendedKeyframe.cs @@ -14,6 +14,6 @@ namespace Rimworld_Animations public Rot4 rotation = Rot4.North; public SoundDef sound = null; public VoiceTagDef voice = null; - public bool visible = true; + public bool visible = false; } } diff --git a/Rimworld-Animations.csproj b/Rimworld-Animations.csproj index e527804..294fcea 100644 --- a/Rimworld-Animations.csproj +++ b/Rimworld-Animations.csproj @@ -184,6 +184,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +