mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 07:20:16 +00: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:
parent
1cf11907fa
commit
4a3809d4d2
65 changed files with 1735 additions and 1735 deletions
|
@ -4,11 +4,11 @@
|
|||
<Skeleton Name="gPotionShopLadySkel" Type="Flex" LimbType="Standard" Offset="0x4768"/>
|
||||
|
||||
<!-- Potion Shop Lady Limbs -->
|
||||
<Limb Name="gPotionShopLadyRootLimb" Type="Standard" Offset="0x4718"/>
|
||||
<Limb Name="gPotionShopLadyCatLimb" Type="Standard" Offset="0x4724"/>
|
||||
<Limb Name="gPotionShopLadyTorsoLimb" Type="Standard" Offset="0x4730"/>
|
||||
<Limb Name="gPotionShopLadyArmLimb" Type="Standard" Offset="0x473C"/>
|
||||
<Limb Name="gPotionShopLadyHeadLimb" Type="Standard" Offset="0x4748"/>
|
||||
<Limb Name="gPotionShopLadyRootLimb" LimbType="Standard" Offset="0x4718"/>
|
||||
<Limb Name="gPotionShopLadyCatLimb" LimbType="Standard" Offset="0x4724"/>
|
||||
<Limb Name="gPotionShopLadyTorsoLimb" LimbType="Standard" Offset="0x4730"/>
|
||||
<Limb Name="gPotionShopLadyArmLimb" LimbType="Standard" Offset="0x473C"/>
|
||||
<Limb Name="gPotionShopLadyHeadLimb" LimbType="Standard" Offset="0x4748"/>
|
||||
|
||||
<!-- Potion Shop Lady Limb DisplayLists -->
|
||||
<DList Name="gPotionShopLadyCatDL" Offset="0x36C0"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue