Add original asset names to all object_p* and object_r* files (#1519)

* Add original asset names to all `object_p*` and `object_r*` files

* Respond to review
This commit is contained in:
Tom Overton
2023-11-28 03:19:22 -08:00
committed by GitHub
parent 7649cd309a
commit 54f7aa23b5
31 changed files with 111 additions and 111 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<Root>
<!-- This is the object for the Postbox Prop -->
<File Name="object_pst" Segment="6">
<Animation Name="gPostboxIdleAnim" Offset="0x18" />
<Animation Name="gPostboxIdleAnim" Offset="0x18" /> <!-- Original name might be "pst_model" -->
<DList Name="gPostboxFrameDL" Offset="0x4A0" />
<DList Name="gPostboxMailSlotDL" Offset="0x638" />
<Texture Name="gPostboxWoodRoofTex" OutName="postbox_wood_roof" Format="rgba16" Width="32" Height="32" Offset="0x760" />