mirror of
https://github.com/zeldaret/oot
synced 2026-09-07 11:11:41 -04:00
Cleanup asset xmls (#1044)
* Consistent order for attributes of `Texture` nodes in asset xmls * Consistent order for attributes of `Blob` nodes in asset xmls * Use `LimbType` instead of `Type` in `Limb` nodes in asset xmls * Remove space before closing `/>` in asset xmls tags
This commit is contained in:
@@ -23,10 +23,10 @@
|
||||
<Texture Name="gBiriInnerHoodTex" OutName="biri_inner_hood" Format="ia16" Width="16" Height="16" Offset="0x5608"/>
|
||||
|
||||
<!-- Biri Limbs and Skeleton -->
|
||||
<Limb Name="gBiriRootLimb" Type="Standard" Offset="0x5808"/>
|
||||
<Limb Name="gBiriInnerHoodLimb" Type="Standard" Offset="0x5814"/>
|
||||
<Limb Name="gBiriOuterHoodLimb" Type="Standard" Offset="0x5820"/>
|
||||
<Limb Name="gBiriTentaclesLimb" Type="Standard" Offset="0x582C"/>
|
||||
<Limb Name="gBiriRootLimb" LimbType="Standard" Offset="0x5808"/>
|
||||
<Limb Name="gBiriInnerHoodLimb" LimbType="Standard" Offset="0x5814"/>
|
||||
<Limb Name="gBiriOuterHoodLimb" LimbType="Standard" Offset="0x5820"/>
|
||||
<Limb Name="gBiriTentaclesLimb" LimbType="Standard" Offset="0x582C"/>
|
||||
<Skeleton Name="gBiriSkel" Type="Normal" LimbType="Standard" Offset="0x5848"/>
|
||||
</File>
|
||||
</Root>
|
||||
|
||||
Reference in New Issue
Block a user