Document object_gs (Gossip Stone) (#1078)

* Document object_gs (Gossip Stone)

* Fix one of the names
This commit is contained in:
Tom Overton
2022-09-24 11:58:48 -07:00
committed by GitHub
parent 76dc0dd867
commit 6bd4b58eb5
2 changed files with 8 additions and 7 deletions
+5 -4
View File
@@ -1,8 +1,9 @@
<Root>
<!-- Assets for the Gossip Stones. -->
<File Name="object_gs" Segment="6">
<Texture Name="object_gs_Tex_000000" OutName="tex_000000" Format="i8" Width="32" Height="64" Offset="0x0" />
<DList Name="object_gs_DL_000950" Offset="0x950" />
<DList Name="object_gs_DL_0009D0" Offset="0x9D0" />
<DList Name="object_gs_DL_000A60" Offset="0xA60" />
<Texture Name="gGossipStoneTex" OutName="gossip_stone" Format="i8" Width="32" Height="64" Offset="0x0" />
<DList Name="gGossipStoneMaterialDL" Offset="0x950" />
<DList Name="gGossipStoneDL" Offset="0x9D0" />
<DList Name="gGossipStoneBottomModelDL" Offset="0xA60" />
</File>
</Root>