mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-09 00:00:44 +00:00
Fix the format of some overlay textures (#1030)
This commit is contained in:
parent
f68ac1d193
commit
09f0dc84b8
12 changed files with 16 additions and 16 deletions
|
@ -8,7 +8,7 @@
|
|||
<Array Name="sCylinderVtx" Count="36" Offset="0x780">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Texture Name="sTex" OutName="magic_wind" Format="ia8" Width="64" Height="64" Offset="0x9C0"/>
|
||||
<Texture Name="sTex" OutName="magic_wind" Format="i8" Width="64" Height="64" Offset="0x9C0"/>
|
||||
<DList Name="sInnerCylinderDL" Offset="0x19C0"/>
|
||||
<DList Name="sOuterCylinderDL" Offset="0x1AC8"/>
|
||||
</File>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue