diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2025-06-06 03:27:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-05 21:27:18 -0400 |
| commit | 3435ebe2165e77d65ad2fd093ca2f1c96ef75f5d (patch) | |
| tree | 956c6fc9e95241fa3d013c6b0cce2ce6fd1e9314 /assets/xml/objects/object_vm.xml | |
| parent | a750282d2d48d8dff589cdfca17ccdd0389419c6 (diff) | |
Add Vtx[] resources in xmls for (partially) documented assets 6 (#2588)
Diffstat (limited to 'assets/xml/objects/object_vm.xml')
| -rw-r--r-- | assets/xml/objects/object_vm.xml | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/assets/xml/objects/object_vm.xml b/assets/xml/objects/object_vm.xml index c5b949b36..f9a3163d7 100644 --- a/assets/xml/objects/object_vm.xml +++ b/assets/xml/objects/object_vm.xml @@ -15,6 +15,20 @@ <Limb Name="gBeamosEyeLimb" LimbType="Standard" Offset="0x3F20"/> <Limb Name="gBeamosBodyLimb" LimbType="Standard" Offset="0x3F2C"/> + <!-- Beamos Limb Vertices --> + <Array Name="gBeamosBodyVtx" Count="352" Offset="0x80"> + <Vtx/> + </Array> + <Array Name="gBeamosTopEyelidVtx" Count="44" Offset="0x1680"> + <Vtx/> + </Array> + <Array Name="gBeamosBottomEyelidVtx" Count="44" Offset="0x1940"> + <Vtx/> + </Array> + <Array Name="gBeamosEyeVtx" Count="24" Offset="0x1C00"> + <Vtx/> + </Array> + <!-- Beamos Limb DisplayLists --> <DList Name="gBeamosTopEyelidDL" Offset="0x22B0"/> <DList Name="gBeamosBottomEyelidDL" Offset="0x2460"/> @@ -35,7 +49,10 @@ <!-- Beamos Animations --> <Animation Name="gBeamosAnim" Offset="0x68"/> - <!-- Beamos Laser DisplayList --> + <!-- Beamos Laser Vertices and DisplayList --> + <Array Name="gBeamosLaserVtx" Count="8" Offset="0x1D80"> + <Vtx/> + </Array> <DList Name="gBeamosLaserDL" Offset="0x2728"/> </File> </Root> |
