diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2021-08-22 17:52:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-22 11:52:02 -0400 |
| commit | 5e071a014d4facda391d5373fb8694c8ebbf2803 (patch) | |
| tree | 66c6a82210f7b9474d5ef7045b215837027aaa65 /assets/xml/objects/object_lightswitch.xml | |
| parent | 743f42f651c0f32bf2492acd720d6da3e66f6465 (diff) | |
Symbol cleanup (#897)
* symbol cleanup
* run formatter
* run formatter
* remove duplicate z_demo_ik symbols
* run formatter
Diffstat (limited to 'assets/xml/objects/object_lightswitch.xml')
| -rw-r--r-- | assets/xml/objects/object_lightswitch.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/assets/xml/objects/object_lightswitch.xml b/assets/xml/objects/object_lightswitch.xml index 241500e7e..cfd5dcfb4 100644 --- a/assets/xml/objects/object_lightswitch.xml +++ b/assets/xml/objects/object_lightswitch.xml @@ -1,9 +1,14 @@ <Root> <File Name="object_lightswitch" Segment="6"> + <!-- face, uses rgba16 32x32 texture at 0x08000000, branches to dlist 0x09000000, uses env color --> <DList Name="object_lightswitch_DL_000260" Offset="0x260"/> + <!-- flame ring, branches to dlist 0x09000000, uses env color --> <DList Name="object_lightswitch_DL_000398" Offset="0x398"/> + <!-- a square, geometry only --> <DList Name="object_lightswitch_DL_000408" Offset="0x408"/> - <Blob Name="object_lightswitch_Blob_000420" Size="0x1800" Offset="0x420"/> + <Texture Name="object_lightswitch_Tex_000420" OutName="tex_00000420" Format="rgba16" Width="32" Height="32" Offset="0x420"/> <!-- eyes open --> + <Texture Name="object_lightswitch_Tex_000C20" OutName="tex_00000C20" Format="rgba16" Width="32" Height="32" Offset="0xC20"/> <!-- eyes closed --> + <Texture Name="object_lightswitch_Tex_001420" OutName="tex_00001420" Format="rgba16" Width="32" Height="32" Offset="0x1420"/> <!-- eyes open, smiling --> <Texture Name="object_lightswitch_Tex_001C20" OutName="tex_00001C20" Format="rgba16" Width="32" Height="32" Offset="0x1C20"/> </File> </Root> |
