mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +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
|
@ -6,8 +6,8 @@
|
|||
<Animation Name="gPoeFieldFloatAnim" Offset="0x0924"/>
|
||||
<Animation Name="gPoeFieldAppearAnim" Offset="0x0F9C"/>
|
||||
<Animation Name="gPoeFieldDisappearAnim" Offset="0x1360"/>
|
||||
<Texture Name="gBigPoeSoulTex" Offset="0x1370" OutName="big_poe_soul" Format="i8" Width="32" Height="64"/>
|
||||
<Texture Name="gPoeFieldSoulTex" Offset="0x1B70" OutName="poe_field_soul" Format="i8" Width="32" Height="64"/>
|
||||
<Texture Name="gBigPoeSoulTex" OutName="big_poe_soul" Format="i8" Width="32" Height="64" Offset="0x1370"/>
|
||||
<Texture Name="gPoeFieldSoulTex" OutName="poe_field_soul" Format="i8" Width="32" Height="64" Offset="0x1B70"/>
|
||||
<DList Name="gPoeFieldSoulDL" Offset="0x23B0"/>
|
||||
<DList Name="gPoeFieldLanternDL" Offset="0x4BA0"/>
|
||||
<DList Name="gPoeFieldLanternTopDL" Offset="0x4CC0"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue