mirror of
https://github.com/zeldaret/oot
synced 2026-08-10 11:14:18 -04:00
Remove OutName from xmls (both on File and Texture) (#2596)
This commit is contained in:
@@ -42,10 +42,10 @@
|
||||
<Collision Name="gBotw1Col" Offset="0x1830"/>
|
||||
<Collision Name="gBotw2Col" Offset="0x1AB8"/>
|
||||
|
||||
<Texture Name="gBotwWater1Tex" OutName="water_1" Format="ia16" Width="32" Height="32" Offset="0x028F0"/>
|
||||
<Texture Name="gBotwWater2Tex" OutName="water_2" Format="rgba16" Width="32" Height="32" Offset="0x020F0"/>
|
||||
<Texture Name="gBotwWater1Tex" Format="ia16" Width="32" Height="32" Offset="0x028F0"/>
|
||||
<Texture Name="gBotwWater2Tex" Format="rgba16" Width="32" Height="32" Offset="0x020F0"/>
|
||||
<Texture Name="gBotwTex_0030F0" Format="rgba16" Width="32" Height="32" Offset="0x30F0"/>
|
||||
<Texture Name="gBotwBloodSplatterTex" OutName="blood_splatter" Format="ia16" Width="32" Height="32" Offset="0x38F0"/>
|
||||
<Texture Name="gBotwBloodSplatterTex" Format="ia16" Width="32" Height="32" Offset="0x38F0"/>
|
||||
<Texture Name="gBotwTex_0040F0" Format="rgba16" Width="32" Height="32" Offset="0x40F0"/>
|
||||
<Texture Name="gBotwTex_0048F0" Format="rgba16" Width="32" Height="32" Offset="0x48F0"/>
|
||||
<Texture Name="gBotwTex_0050F0" Format="rgba16" Width="32" Height="32" Offset="0x50F0"/>
|
||||
|
||||
Reference in New Issue
Block a user