diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2021-12-01 21:28:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-01 15:28:23 -0500 |
| commit | 4a3809d4d25845e15fa65feba239f1ec471ac8d8 (patch) | |
| tree | 0bd9348843ad1eddcc55f984448c6b9157de726d /assets/xml/objects/object_bl.xml | |
| parent | 1cf11907fa8d636babba2df854850035f04bd4fc (diff) | |
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
Diffstat (limited to 'assets/xml/objects/object_bl.xml')
| -rw-r--r-- | assets/xml/objects/object_bl.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/assets/xml/objects/object_bl.xml b/assets/xml/objects/object_bl.xml index 8bf3945bc..1c2ef4ec6 100644 --- a/assets/xml/objects/object_bl.xml +++ b/assets/xml/objects/object_bl.xml @@ -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> |
