facings for infantry "stand", and removed code for length-based facings (this probably breaks mods/c&c)
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<sequence name="turret" start="38" facings="32" />
|
||||
</unit>
|
||||
<unit name="shok">
|
||||
<sequence name="stand" start="0" length="8" />
|
||||
<sequence name="stand" start="0" facings="8" />
|
||||
<sequence name="stand2" start="8" length="8" />
|
||||
<sequence name="run" start="16" length="6" facings="8" />
|
||||
<sequence name="shoot" start="64" length="16" facings="8" />
|
||||
@@ -56,7 +56,7 @@
|
||||
<sequence name="die6" start="0" length="14" src="electro" />
|
||||
</unit>
|
||||
<unit name="mech">
|
||||
<sequence name="stand" start="0" length="8" />
|
||||
<sequence name="stand" start="0" facings="8" />
|
||||
<sequence name="run" start="8" length="6" facings="8" />
|
||||
<sequence name="crawl" start="130" length="4" facings="8" />
|
||||
<sequence name="die1" start="193" length="8" />
|
||||
|
||||
Reference in New Issue
Block a user