llrender and lldir merge. Removed duplicate assets from skins. cleaned up skin textures.xml files to only include changes from default.

This commit is contained in:
Shyotl
2016-04-11 02:51:08 -05:00
parent d40256fb31
commit be5d2f20bc
1280 changed files with 2354 additions and 10692 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -1,25 +1,20 @@
<textures version="101">
<texture name="button_disabled_32x128.tga" preload="true" scale_left="8" scale_top="16" scale_right="120" scale_bottom="8"/>
<texture name="button_enabled_32x128.tga" preload="true" scale_left="8" scale_top="16" scale_right="120" scale_bottom="8"/>
<texture name="toolbar_btn_enabled.tga" scale_left="26" scale_top="24" scale_right="102" scale_bottom="0" />
<texture name="progressbar_fill.tga" preload="true" scale_left="4" scale_top="7" scale_right="71" scale_bottom="7"/>
<texture name="progressbar_track.tga" preload="true" scale_left="3" scale_top="7" scale_right="87" scale_bottom="7"/>
<texture name="toolbar_btn_disabled.tga" scale_left="26" scale_top="24" scale_right="102" scale_bottom="0" />
<texture name="toolbar_btn_selected.tga" scale_left="26" scale_top="24" scale_right="102" scale_bottom="0" />
<texture name="button_enabled_selected_32x128.tga" preload="true" scale_left="12" scale_top="12" scale_right="118" scale_bottom="14"/>
<texture name="rounded_square.tga" file_name="rounded_square.tga" preload="true" scale_left="8" scale_top="16" scale_right="120" scale_bottom="8"/>
<texture name="rounded_square_soft.tga" file_name="rounded_square_soft.tga" preload="true" scale_left="8" scale_top="16" scale_right="120" scale_bottom="8"/>
<texture name="btn_chatbar.tga" scale_left="16" scale_top="24" scale_right="48" scale_bottom="0"/>
<texture name="btn_chatbar_selected.tga" scale_left="16" scale_top="24" scale_right="48" scale_bottom="0"/>
<texture name="flyout_btn_right_selected.tga" scale_left="6" scale_top="12" scale_right="26" scale_bottom="12"/>
<texture name="flyout_btn_right.tga" scale_left="6" scale_top="12" scale_right="26" scale_bottom="12"/>
<texture name="flyout_btn_right_disabled.tga" scale_left="6" scale_top="12" scale_right="122" scale_bottom="12"/>
<texture name="flyout_btn_left_selected.tga" scale_left="6" scale_top="12" scale_right="122" scale_bottom="12"/>
<texture name="flyout_btn_left.tga" scale_left="6" scale_top="12" scale_right="122" scale_bottom="12"/>
<texture name="flyout_btn_left_disabled.tga" scale_left="6" scale_top="12" scale_right="122" scale_bottom="12"/>
<texture name="button_disabled_32x128.tga" preload="true" scale.left="8" scale.top="16" scale.right="120" scale.bottom="8" />
<texture name="button_enabled_32x128.tga" preload="true" scale.left="8" scale.top="16" scale.right="120" scale.bottom="8" />
<texture name="toolbar_btn_enabled.tga" scale.left="26" scale.top="24" scale.right="102" scale.bottom="0" />
<texture name="ProgressBar" file_name="progressbar_fill.tga" preload="true" scale.left="4" scale.top="7" scale.right="71" scale.bottom="7" />
<texture name="ProgressTrack" file_name="progressbar_track.tga" preload="true" scale.left="3" scale.top="7" scale.right="87" scale.bottom="7" />
<texture name="toolbar_btn_disabled.tga" scale.left="26" scale.top="24" scale.right="102" scale.bottom="0" />
<texture name="toolbar_btn_selected.tga" scale.left="26" scale.top="24" scale.right="102" scale.bottom="0" />
<texture name="button_enabled_selected_32x128.tga" preload="true" scale.left="12" scale.top="12" scale.right="118" scale.bottom="14" />
<texture name="Rounded_Square" file_name="rounded_square.tga" preload="true" scale.left="8" scale.top="16" scale.right="120" scale.bottom="8" />
<texture name="Rounded_Square_Soft" file_name="rounded_square_soft.tga" preload="true" scale.left="8" scale.top="16" scale.right="120" scale.bottom="8" />
<texture name="btn_chatbar.tga" scale.left="16" scale.top="24" scale.right="48" scale.bottom="0" />
<texture name="btn_chatbar_selected.tga" scale.left="16" scale.top="24" scale.right="48" scale.bottom="0" />
<texture name="flyout_btn_right_selected.tga" scale.left="6" scale.top="12" scale.right="26" scale.bottom="12" />
<texture name="flyout_btn_right.tga" scale.left="6" scale.top="12" scale.right="26" scale.bottom="12" />
<texture name="flyout_btn_right_disabled.tga" scale.left="6" scale.top="12" scale.right="122" scale.bottom="12" />
<texture name="flyout_btn_left_selected.tga" scale.left="6" scale.top="12" scale.right="122" scale.bottom="12" />
<texture name="flyout_btn_left.tga" scale.left="6" scale.top="12" scale.right="122" scale.bottom="12" />
<texture name="flyout_btn_left_disabled.tga" scale.left="6" scale.top="12" scale.right="122" scale.bottom="12" />
</textures>