mirror of
https://github.com/zeldaret/oot
synced 2026-09-02 01:52:35 -04:00
Remove OutName from xmls (both on File and Texture) (#2596)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<Root>
|
||||
<ExternalFile OutPath="assets/objects/object_mori_tex/"/>
|
||||
<File Name="object_mori_objects" Segment="6">
|
||||
<Texture Name="gMoriHashiraTLUT" OutName="hashira_tlut" 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_tlut" Format="rgba16" Width="112" Height="1" Offset="0x3810"/>
|
||||
<Texture Name="gMoriHashigoClaspTex" OutName="hashigo_clasp" Format="ci8" Width="32" Height="32" Offset="0x38F0" TlutOffset="0x3810"/>
|
||||
<Texture Name="gMoriHashiraTLUT" Format="rgba16" Width="112" Height="1" Offset="0x0000"/>
|
||||
<Texture Name="gMoriHashiraTex" Format="ci8" Width="32" Height="32" Offset="0x00E0" TlutOffset="0x0000"/>
|
||||
<Texture Name="gMoriHashigoClaspTLUT" Format="rgba16" Width="112" Height="1" Offset="0x3810"/>
|
||||
<Texture Name="gMoriHashigoClaspTex" Format="ci8" Width="32" Height="32" Offset="0x38F0" TlutOffset="0x3810"/>
|
||||
<Collision Name="gMoriBigstCol" Offset="0x221C"/>
|
||||
<Array Name="gMoriBigstVtx" Count="50" Offset="0x1B30">
|
||||
<Vtx/>
|
||||
|
||||
Reference in New Issue
Block a user