mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-09 10:52:09 -04:00
Add original asset names to all object_l* and object_m* files (#1403)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<Root>
|
||||
<File Name="object_lightswitch" Segment="6">
|
||||
<DList Name="object_lightswitch_DL_000260" Offset="0x260" />
|
||||
<DList Name="object_lightswitch_DL_000398" Offset="0x398" />
|
||||
<DList Name="object_lightswitch_DL_000260" Offset="0x260" /> <!-- Original name is "switch_8_model" -->
|
||||
<DList Name="object_lightswitch_DL_000398" Offset="0x398" /> <!-- Original name is "switch_8_fire1_model" -->
|
||||
<!-- a square, geometry only -->
|
||||
<DList Name="object_lightswitch_DL_000408" Offset="0x408" />
|
||||
<DList Name="object_lightswitch_DL_000408" Offset="0x408" /> <!-- Original name is "switch_8_fire2_model" -->
|
||||
<Texture Name="object_lightswitch_Tex_000420" OutName="tex_000420" Format="rgba16" Width="32" Height="32" Offset="0x420" /> <!-- eyes open -->
|
||||
<Texture Name="object_lightswitch_Tex_000C20" OutName="tex_000C20" Format="rgba16" Width="32" Height="32" Offset="0xC20" /> <!-- eyes closed -->
|
||||
<Texture Name="object_lightswitch_Tex_001420" OutName="tex_001420" Format="rgba16" Width="32" Height="32" Offset="0x1420" /> <!-- eyes open, smiling -->
|
||||
|
||||
Reference in New Issue
Block a user