This commit is contained in:
Tory 2023-02-06 23:44:31 +00:00
parent 58557b956e
commit 466b590b0a
7 changed files with 11 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<version>0.3.2</version>
<version>0.3.3</version>
<manifestUri>https://gitgud.io/Tory/rjwanimaddons-xtraanims/-/raw/master/About/Manifest.xml</manifestUri>
<downloadUri>https://gitgud.io/Tory/rjwanimaddons-xtraanims/</downloadUri>
</Manifest>

View File

@ -1,5 +1,7 @@
RJWAnimAddons-XtraAnims:
2/6/2023: 0.3.3 Updated Loadfolders.xml for 1.4
10/27/2022: 0.3.2 Disabled an unfinished group anim that caused errors
10/25/2022: 0.3.1 Added 1.4 tag

View File

@ -1,14 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<loadFolders>
<v1.1>
<li>Common/1.1</li><!--Load 1.1 defs and patches-->
</v1.1>
<v1.2>
<li>Common/1.2 and 1.3</li><!--Load 1.2 defs and patches-->
<li>Common/1.2 thru 1.4</li><!--Load 1.2 thru 1.4 defs and patches-->
<li>Extra/Abstract Concept</li><!--Load AC's animations-->
</v1.2>
<v1.3>
<li>Common/1.2 and 1.3</li><!--Load 1.3 defs and patches-->
<li>Common/1.2 thru 1.4</li><!--Load 1.2 thru 1.4 defs and patches-->
<li IfModNotActive="abscon.rimworld.animations.patch">Extra/Abstract Concept</li><!--Load AC's animations-->
</v1.3>
</loadFolders>
<v1.4>
<li>Common/1.2 thru 1.4</li><!--Load 1.2 thru 1.4 defs and patches-->
<li IfModNotActive="abscon.rimworld.animations.patch">Extra/Abstract Concept</li><!--Load AC's animations-->
</v1.4>
</loadFolders>