summaryrefslogtreecommitdiff
path: root/assets/xml/objects
diff options
context:
space:
mode:
authorWimmer <71473855+Wimmerrad@users.noreply.github.com>2023-10-13 19:23:09 +0200
committerGitHub <noreply@github.com>2023-10-13 14:23:09 -0300
commit576cf6964cf5155ac208e6cebb5f8d5cb53120bd (patch)
tree6de1940b6021590289bfabef9a971b58cff491e1 /assets/xml/objects
parenta03335d325bae37b72beb90f2ad4aab957541e1f (diff)
Obj_visiblock (#1422)
* 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 commit 228d6e8914d1a9df7f996809bd876b44130ddf86. * Revert "Update assets/xml/objects/object_visiblock.xml " This reverts commit 53a8786f269e60899408946283e2e55513890486. * Update object_visiblock.xml --------- Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
Diffstat (limited to 'assets/xml/objects')
-rw-r--r--assets/xml/objects/object_visiblock.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/assets/xml/objects/object_visiblock.xml b/assets/xml/objects/object_visiblock.xml
index d714338fc..cae048322 100644
--- a/assets/xml/objects/object_visiblock.xml
+++ b/assets/xml/objects/object_visiblock.xml
@@ -1,8 +1,9 @@
<Root>
+ <!-- Object for Lens of Truth Platform -->
<File Name="object_visiblock" Segment="6">
- <DList Name="object_visiblock_DL_000140" Offset="0x140" />
- <DList Name="object_visiblock_DL_0001E8" Offset="0x1E8" />
- <Texture Name="object_visiblock_Tex_0001F0" OutName="tex_0001F0" Format="rgba16" Width="32" Height="32" Offset="0x1F0" />
- <Collision Name="object_visiblock_Colheader_000AD0" Offset="0xAD0" />
+ <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>