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_mori_objects.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_mori_objects.xml')
| -rw-r--r-- | assets/xml/objects/object_mori_objects.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/assets/xml/objects/object_mori_objects.xml b/assets/xml/objects/object_mori_objects.xml index bc63d2ed3..c81fea92e 100644 --- a/assets/xml/objects/object_mori_objects.xml +++ b/assets/xml/objects/object_mori_objects.xml @@ -1,9 +1,9 @@ <Root> <File Name="object_mori_objects" Segment="6"> - <Texture Name="gMoriHashiraTLUT" OutName="hashira_palette" Width="112" Height="1" Format="rgba16" Offset="0x0000"/> - <Texture Name="gMoriHashiraTex" OutName="hashira" Width="32" Height="32" Format="ci8" Offset="0x00E0" TlutOffset="0x0000"/> - <Texture Name="gMoriHashigoClaspTLUT" OutName="hashigo_clasp_palette" Width="112" Height="1" Format="rgba16" Offset="0x3810"/> - <Texture Name="gMoriHashigoClaspTex" OutName="hashigo_clasp" Width="32" Height="32" Format="ci8" Offset="0x38F0" TlutOffset="0x3810"/> + <Texture Name="gMoriHashiraTLUT" OutName="hashira_palette" Format="rgba16" Width="112" Height="1" Offset="0x0000"/> + <Texture Name="gMoriHashiraTex" OutName="hashira" Format="ci8" Width="32" Height="32" Offset="0x00E0" TlutOffset="0x0000"/> + <Texture Name="gMoriHashigoClaspTLUT" OutName="hashigo_clasp_palette" Format="rgba16" Width="112" Height="1" Offset="0x3810"/> + <Texture Name="gMoriHashigoClaspTex" OutName="hashigo_clasp" Format="ci8" Width="32" Height="32" Offset="0x38F0" TlutOffset="0x3810"/> <Collision Name="gMoriBigstCol" Offset="0x221C"/> <DList Name="gMoriBigstDL" Offset="0x1E50"/> <Collision Name="gMoriElevatorCol" Offset="0x35F8"/> |
