diff options
| author | Kristopher Early <1191258+MrPolymorph@users.noreply.github.com> | 2022-04-26 22:12:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-26 22:12:13 +0100 |
| commit | 02f4785df83d2d97fff4b76cb4c4ff890cb0b7e0 (patch) | |
| tree | 7800bebe9c62dc674d90ca1c20712618f5c7af8c /assets/xml/objects/object_open_obj.xml | |
| parent | d0d36b603dc46277fb3d0ccc67caa0b1a8eeb4ac (diff) | |
Bg_Open_Spot OK (#783)
* Fully Matched Bg_Open_Spot
* addressing review comments
variable names inline with convension
variable naming clarity
* remove redundant return. change padding type
* texScroll to texScrolls
Diffstat (limited to 'assets/xml/objects/object_open_obj.xml')
| -rw-r--r-- | assets/xml/objects/object_open_obj.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/assets/xml/objects/object_open_obj.xml b/assets/xml/objects/object_open_obj.xml index ea1664a88..74a4101bd 100644 --- a/assets/xml/objects/object_open_obj.xml +++ b/assets/xml/objects/object_open_obj.xml @@ -4,11 +4,11 @@ <DList Name="object_open_obj_DL_0003E8" Offset="0x3E8" /> <Texture Name="object_open_obj_Tex_000558" OutName="tex_000558" Format="rgba16" Width="32" Height="64" Offset="0x558" /> <Collision Name="object_open_obj_Colheader_001640" Offset="0x1640" /> - <DList Name="object_open_obj_DL_001A60" Offset="0x1A60" /> - <DList Name="object_open_obj_DL_001B40" Offset="0x1B40" /> - <Texture Name="object_open_obj_Tex_001CD0" OutName="tex_001CD0" Format="rgba16" Width="32" Height="32" Offset="0x1CD0" /> - <Texture Name="object_open_obj_Tex_0024D0" OutName="tex_0024D0" Format="ia8" Width="32" Height="64" Offset="0x24D0" /> - <TextureAnimation Name="object_open_obj_Matanimheader_002CE0" Offset="0x2CE0" /> + <DList Name="gSpotlightLeftDL" Offset="0x1A60" /> + <DList Name="gSpotlightRightDL" Offset="0x1B40" /> + <Texture Name="gSpotlightShapesTex" OutName="spotlight_shapes" Format="rgba16" Width="32" Height="32" Offset="0x1CD0" /> + <Texture Name="gSpotlightFloorTex" OutName="spotlight_floor" Format="ia8" Width="32" Height="64" Offset="0x24D0" /> + <TextureAnimation Name="gSpotlightTexAnim" Offset="0x2CE0" /> <DList Name="object_open_obj_DL_002D30" Offset="0x2D30" /> <DList Name="object_open_obj_DL_002DC0" Offset="0x2DC0" /> <!-- <Blob Name="object_open_obj_Blob_002DC8" Size="0xE608" Offset="0x2DC8" /> --> |
