mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 15:01:32 -04:00
576cf6964c
* Obj_visiblock Object for the Lens of Truth Platforms * Update assets/xml/objects/object_visiblock.xml DList update Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Update assets/xml/objects/object_visiblock.xml Tex outname update Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Update z_obj_visiblock.c DList name update * Revert "Update assets/xml/objects/object_visiblock.xml " This reverts commit228d6e8914. * Revert "Update assets/xml/objects/object_visiblock.xml " This reverts commit53a8786f26. * Update object_visiblock.xml --------- Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
10 lines
461 B
XML
10 lines
461 B
XML
<Root>
|
|
<!-- Object for Lens of Truth Platform -->
|
|
<File Name="object_visiblock" Segment="6">
|
|
<DList Name="gLensOfTruthPlatformDL" Offset="0x140" />
|
|
<DList Name="gLensOfTruthPlatformEmptyDL" Offset="0x1E8" />
|
|
<Texture Name="gLensOfTruthPlatformTex" OutName="lens_of_truth_platform" Format="rgba16" Width="32" Height="32" Offset="0x1F0" />
|
|
<Collision Name="gLensOfTruthPlatformCol" Offset="0xAD0" />
|
|
</File>
|
|
</Root>
|