1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-07 06:40:15 +00:00
oot/assets/xml/objects/object_gi_letter.xml
Dragorn421 2054637cab
Name most object_gi_* textures (#2629)
* Name most `object_gi_*` textures

* gGiButterflyTex
2025-06-14 23:06:12 +02:00

14 lines
575 B
XML

<Root>
<File Name="object_gi_letter" Segment="6">
<Texture Name="gGiLetterPaperTex" Format="i8" Width="48" Height="32" Offset="0x0"/>
<Texture Name="gGiLetterWritingTex" Format="ia8" Width="48" Height="32" Offset="0x600"/>
<Array Name="gGiLetterVtx" Count="8" Offset="0xC00">
<Vtx/>
</Array>
<Array Name="gGiLetterWritingVtx" Count="4" Offset="0xC80">
<Vtx/>
</Array>
<DList Name="gGiLetterDL" Offset="0x0CC0"/>
<DList Name="gGiLetterWritingDL" Offset="0x0D60"/>
</File>
</Root>