Compare commits

...

3 commits

Author SHA1 Message Date
Salacian
5bd937cb4f Merge branch 'loading_map_fix' into 'master'
Added persistance to animations, to keep them playing after a reload

See merge request c0ffeeeeeeee/rimworld-animations!8
2023-06-28 22:37:20 +00:00
Tory
4c4a62c6e5 Updated Version 2023-06-27 22:35:04 +00:00
Salacian
82fb2d6c6c Added persistance to animations, to keep them playing after a reload 2023-02-20 23:32:15 +01:00
2 changed files with 4 additions and 2 deletions

View file

@ -466,6 +466,8 @@ namespace Rimworld_Animations {
Scribe_Values.Look(ref headFacing, "RJWAnimations-bodyFacing");
Scribe_Values.Look(ref quiver, "RJWAnimations-orgasmQuiver");
Scribe_Values.Look(ref Animating, "RJWAnimations-Animating");
}
public void shiftActorPositionAndRestartAnimation() {

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>Rimworld-Animations</identifier>
<version>1.3.3</version>
<version>1.3.4</version>
</Manifest>