blob: b9798ae423da2967f66f85cfc7d5d4d856aa1591 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<Root>
<File Name="message_static" Segment="7">
<Texture Name="gDefaultMessageBackgroundTex" Format="i4" Width="128" Height="64" Offset="0x0"/>
<Texture Name="gSignMessageBackgroundTex" Format="ia4" Width="128" Height="64" Offset="0x1000"/>
<Texture Name="gNoteStaffMessageBackgroundTex" Format="ia4" Width="128" Height="64" Offset="0x2000"/>
<Texture Name="gFadingMessageBackgroundTex" Format="i4" Width="128" Height="64" Offset="0x3000"/>
<Texture Name="gMessageContinueTriangleTex" Format="i4" Width="16" Height="16" Offset="0x4000"/>
<Texture Name="gMessageEndSquareTex" Format="i4" Width="16" Height="16" Offset="0x4080"/>
<Texture Name="gMessageArrowTex" Format="i4" Width="16" Height="16" Offset="0x4100"/>
</File>
</Root>
|