mirror of
https://github.com/zeldaret/oot
synced 2026-09-09 20:01:25 -04:00
Remove OutName from xmls (both on File and Texture) (#2596)
This commit is contained in:
@@ -2,15 +2,15 @@
|
||||
<File Name="object_spot01_objects" Segment="6">
|
||||
<!-- Kakariko Windmill Sails-->
|
||||
<DList Name="gKakarikoWindmillSailsDL" Offset="0x0100"/>
|
||||
<Texture Name="gKakarikoWindmillSailsTex" OutName="windmill_sails" Format="rgba16" Width="32" Height="64" Offset="0x1090"/>
|
||||
<Texture Name="gKakarikoWindmillSailsTex" Format="rgba16" Width="32" Height="64" Offset="0x1090"/>
|
||||
|
||||
<!-- Kakariko Well Arch -->
|
||||
<DList Name="gKakarikoWellArchDL" Offset="0x0420"/>
|
||||
<Texture Name="gKakarikoWellArchTex" OutName="well_arch" Format="rgba16" Width="32" Height="16" Offset="0x2090"/>
|
||||
<Texture Name="gKakarikoWellArchTex" Format="rgba16" Width="32" Height="16" Offset="0x2090"/>
|
||||
|
||||
<!-- Kakariko Well Water -->
|
||||
<DList Name="gKakarikoWellWaterDL" Offset="0x07D0"/>
|
||||
<Texture Name="gKakarikoWellWaterTex" OutName="well_water" Format="rgba16" Width="32" Height="32" Offset="0x0890"/>
|
||||
<Texture Name="gKakarikoWellWaterTex" Format="rgba16" Width="32" Height="32" Offset="0x0890"/>
|
||||
<Collision Name="gKakarikoWellArchCol" Offset="0x075C"/>
|
||||
</File>
|
||||
</Root>
|
||||
|
||||
Reference in New Issue
Block a user