mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 07:20:16 +00:00
Remove OutName from xmls (both on File and Texture) (#2596)
This commit is contained in:
parent
e1fb3a974f
commit
7a816391bb
377 changed files with 12625 additions and 12625 deletions
|
@ -11,12 +11,12 @@
|
|||
<DList Name="gWindmillRotatingPlatformDL" Offset="0x1AB0"/>
|
||||
|
||||
<!-- Palettes -->
|
||||
<Texture Name="gWindmillRotatingPlatformTLUT" OutName="windmill_platform_tlut" Format="rgba16" Width="4" Height="4" Offset="0x3F0"/>
|
||||
<Texture Name="gWindmillRotatingPlatformTLUT" Format="rgba16" Width="4" Height="4" Offset="0x3F0"/>
|
||||
|
||||
<!-- Textures -->
|
||||
<Texture Name="gWindmillRotatingPlatform1Tex" OutName="windmill_platform_1" Format="ci4" Width="64" Height="64" Offset="0x410" TlutOffset="0x3F0"/>
|
||||
<Texture Name="gWindmillRotatingPlatform2Tex" OutName="windmill_platform_2" Format="rgba16" Width="32" Height="16" Offset="0xC10"/>
|
||||
<Texture Name="gDampeRaceDoorTex" OutName="dampe_race_door" Format="i4" Width="64" Height="128" Offset="0x2630"/>
|
||||
<Texture Name="gWindmillRotatingPlatform1Tex" Format="ci4" Width="64" Height="64" Offset="0x410" TlutOffset="0x3F0"/>
|
||||
<Texture Name="gWindmillRotatingPlatform2Tex" Format="rgba16" Width="32" Height="16" Offset="0xC10"/>
|
||||
<Texture Name="gDampeRaceDoorTex" Format="i4" Width="64" Height="128" Offset="0x2630"/>
|
||||
|
||||
<!-- Collision -->
|
||||
<Collision Name="gDampeRaceDoorCol" Offset="0x3C4"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue