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:
Binary file not shown.
|
Before Width: | Height: | Size: 24 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 19 KiB |
@@ -1,107 +1,251 @@
|
||||
<!--
|
||||
This file contains metadata about how to load, display, and scale textures for rendering in the UI.
|
||||
Images do *NOT* have to appear in this file in order to use them as textures in the UI...simply refer
|
||||
to them by filename (relative to textures directory).
|
||||
NOTE: if you want to reuse an image file with different metadata, simply create a new texture entry
|
||||
with the same filename but different name
|
||||
|
||||
<texture
|
||||
name="MyTexture" (mandatory)
|
||||
- this is the name you reference the texture by in XUI. For example, <button image_unselected="MyTexture"/>
|
||||
file_name="images/my_texture.png" (optional)
|
||||
- this is the path to the actual file asset, relative to the current skins "textures" directory.
|
||||
If not supplied, the filename will be taken from the texture name itself, "MyTexture" in this case.
|
||||
NOTE: you need to provide an extension on the filename (".png", ".tga", ".jpg") for us to decode the image properly
|
||||
preload="true" (optional, false by default)
|
||||
- If true, we will attempt to load the image before displaying any UI.
|
||||
If false, we will load in the background after initializing the UI.
|
||||
use_mips="true" (currently unused)
|
||||
scale.left="1"
|
||||
scale.bottom="1"
|
||||
scale.top="15"
|
||||
scale.right="31"
|
||||
- Specifies the segmentation for 9-slice image scaling. Specifically, the pixel offsets from the LOWER LEFT corner
|
||||
that define the region of the image that is stretched to make the whole image fit in the required space.
|
||||
In this example, if the source image is 32x16 pixels, we have defined a center region that starts one pixel up
|
||||
and to the right from the bottom left corner and extends to 31 pixels right and 15 pixels up from the bottom left
|
||||
corner. The end result is that the image will keep a 1 pixel border all around while stretching to fit the required
|
||||
region.
|
||||
-->
|
||||
|
||||
<textures version="101">
|
||||
|
||||
<texture name="icn_scrollbar_thumb.tga" preload="true" scale_top="7" scale_left="4" scale_bottom="8" scale_right="4" />
|
||||
<texture name="icn_scrollbar_bg.tga" preload="true" scale_top="7" scale_left="4" scale_bottom="8" scale_right="4" />
|
||||
<texture name="sm_rounded_corners_simple.tga" scale_left="4" scale_top="4" scale_bottom="4" scale_right="4"/>
|
||||
<texture name="icn_textfield_enabled.tga" scale_left="5" scale_top="5" scale_bottom="5" scale_right="5"/>
|
||||
<texture name="Accordion_ArrowClosed_Off" file_name="Accordion_ArrowClosed_Off.png" preload="false" />
|
||||
<texture name="Accordion_ArrowClosed_Press" file_name="Accordion_ArrowClosed_Press.png" preload="false" />
|
||||
<texture name="Accordion_ArrowOpened_Off" file_name="Accordion_ArrowOpened_Off.png" preload="false" />
|
||||
<texture name="Accordion_ArrowOpened_Press" file_name="Accordion_ArrowOpened_Press.png" preload="false" />
|
||||
<texture name="Accordion_Off" file_name="Accordion_Off.png" preload="false" />
|
||||
<texture name="Accordion_Press" file_name="Accordion_Press.png" preload="false" />
|
||||
<texture name="Accordion_Over" file_name="Accordion_Over.png" preload="false" />
|
||||
<texture name="Accordion_Selected" file_name="Accordion_Selected.png" preload="false" />
|
||||
<texture name="icon_group.tga"/>
|
||||
<texture name="Parcel_M_Dark" file_name="map_event_mature.tga" preload="true" />
|
||||
<texture name="Parcel_M_Light" file_name="map_event_mature.tga" preload="false" />
|
||||
<texture name="Parcel_PG_Light" file_name="map_event.tga" preload="false" />
|
||||
<texture name="Parcel_R_Light" file_name="map_event_adult.tga" preload="false" />
|
||||
<texture name="ProgressBar" file_name="progressbar_fill.tga" preload="true" scale.left="10" scale.top="7" scale.right="65" scale.bottom="7" />
|
||||
<texture name="ProgressTrack" file_name="progressbar_track.tga" preload="true" scale.left="10" scale.top="7" scale.right="80" scale.bottom="7" />
|
||||
<texture name="Refresh_Off" file_name="Refresh_Off.png" preload="true" />
|
||||
<texture name="Rounded_Rect" file_name="Rounded_Rect.png" preload="true" scale.left="6" scale.top="26" scale.right="58" scale.bottom="6" />
|
||||
<texture name="Rounded_Rect_Top" file_name="Rounded_Rect.png" preload="true" scale.left="6" scale.top="8" scale.right="58" scale.bottom="0" clip.left="0" clip.right="64" clip.bottom="16" clip.top="32" />
|
||||
<texture name="Rounded_Rect_Bottom" file_name="Rounded_Rect.png" preload="true" scale.left="6" scale.top="16" scale.right="58" scale.bottom="8" clip.left="0" clip.right="64" clip.bottom="0" clip.top="16" />
|
||||
<texture name="Rounded_Rect_Left" file_name="Rounded_Rect.png" preload="true" scale.left="6" scale.top="26" scale.right="32" scale.bottom="6" clip.left="0" clip.right="32" clip.bottom="0" clip.top="32" />
|
||||
<texture name="Rounded_Rect_Right" file_name="Rounded_Rect.png" preload="true" scale.left="0" scale.top="26" scale.right="26" scale.bottom="6" clip.left="32" clip.right="64" clip.bottom="0" clip.top="32" />
|
||||
<texture name="Rounded_Square" file_name="rounded_square.j2c" preload="true" scale.left="16" scale.top="16" scale.right="112" scale.bottom="16" />
|
||||
<texture name="Rounded_Square" file_name="rounded_square.j2c" preload="true" scale.left="16" scale.top="16" scale.right="112" scale.bottom="16"/>
|
||||
|
||||
<texture name="button_disabled_32x128.tga" preload="true" scale_left="16" scale_top="16" scale_right="112" scale_bottom="16" />
|
||||
<texture name="Rounded_Square_Soft" file_name="rounded_square_soft.j2c" preload="true" scale.left="16" scale.top="16" scale.right="112" scale.bottom="16" />
|
||||
<texture name="SliderTrack_Horiz" file_name="icn_slide-groove_dark.tga" scale.left="2" scale.top="5" scale.right="29" scale.bottom="4" />
|
||||
<texture name="SliderTrack_Horiz_Highlight" file_name="icn_slide-highlight.tga" scale.left="2" scale.top="5" scale.right="29" scale.bottom="4"/>
|
||||
<texture name="SliderThumb_Off" file_name="icn_slide-thumb_dark.tga"/>
|
||||
|
||||
<texture name="button_enabled_32x128.tga" preload="true" scale_left="16" scale_top="16" scale_right="112" scale_bottom="16" />
|
||||
|
||||
<texture name="toolbar_btn_enabled.tga" scale_left="7" scale_top="32" scale_right="121" scale_bottom="0" />
|
||||
|
||||
<texture name="toolbar_btn_disabled.tga" scale_left="7" scale_top="32" scale_right="121" scale_bottom="0" />
|
||||
|
||||
<texture name="toolbar_btn_selected.tga" scale_left="7" scale_top="32" scale_right="121" scale_bottom="0" />
|
||||
|
||||
<texture name="button_enabled_selected_32x128.tga" preload="true" scale_left="16" scale_top="16" scale_right="112" scale_bottom="16" />
|
||||
|
||||
<texture name="media_panel_bg.png" preload="true" scale_left="9" scale_top="9" scale_right="9" scale_bottom="9" />
|
||||
<texture name="media_panel_hoverrectangle.png" preload="true" scale_left="9" scale_top="9" scale_right="9" scale_bottom="9" />
|
||||
<texture name="checkbox_disabled_false.tga" preload="true"/>
|
||||
<texture name="checkbox_disabled_true.tga" preload="true"/>
|
||||
<texture name="checkbox_enabled_false.tga" preload="true"/>
|
||||
<texture name="checkbox_enabled_true.tga" preload="true"/>
|
||||
|
||||
<texture name="close_in_blue.tga" preload="true"/>
|
||||
|
||||
<texture name="minimize.tga" preload="true"/>
|
||||
<texture name="minimize_pressed.tga" preload="true"/>
|
||||
|
||||
<texture name="radio_active_false.tga" preload="true"/>
|
||||
<texture name="radio_active_true.tga" preload="true"/>
|
||||
<texture name="radio_inactive_false.tga" preload="true"/>
|
||||
<texture name="radio_inactive_true.tga" preload="true"/>
|
||||
|
||||
<texture name="combobox_arrow.tga" preload="true"/>
|
||||
|
||||
<texture name="resize_handle_bottom_right_blue.tga" preload="true"/>
|
||||
|
||||
<texture name="rounded_square.tga" file_name="rounded_square.j2c" preload="true" scale_left="16" scale_top="16" scale_right="112" scale_bottom="16"/>
|
||||
|
||||
<texture name="rounded_square_soft.tga" file_name="rounded_square_soft.j2c" preload="true" scale_left="16" scale_top="16" scale_right="112" scale_bottom="16"/>
|
||||
|
||||
<texture name="toolbar_tab.tga" preload="true" scale_left="6" scale_top="42" scale_right="104" scale_bottom="8"/>
|
||||
<texture name="toolbar_bg.tga" preload="true" scale_left="6" scale_top="42" scale_right="96" scale_bottom="16"/>
|
||||
|
||||
<texture name="progressbar_fill.tga" preload="true" scale_left="10" scale_top="7" scale_right="65" scale_bottom="7"/>
|
||||
<texture name="progressbar_track.tga" preload="true" scale_left="10" scale_top="7" scale_right="80" scale_bottom="7"/>
|
||||
|
||||
<texture name="scrollbutton_down_in_blue.tga" preload="true"/>
|
||||
<texture name="scrollbutton_down_out_blue.tga" preload="true"/>
|
||||
<texture name="scrollbutton_left_in_blue.tga" preload="true"/>
|
||||
<texture name="pixiesmall.j2c" use_mips="true"/>
|
||||
<texture name="script_error.j2c" use_mips="true"/>
|
||||
<texture name="silhouette.j2c" use_mips="true"/>
|
||||
<texture name="foot_shadow.j2c" use_mips="true"/>
|
||||
<texture name="cloud-particle.j2c" use_mips="true"/>
|
||||
<texture name="icn_media_web.tga" preload="true"/>
|
||||
<texture name="icn_media_movie.tga" preload="true"/>
|
||||
<texture name="scrollbutton_left_out_blue.tga" preload="true"/>
|
||||
<texture name="scrollbutton_right_in_blue.tga" preload="true"/>
|
||||
<texture name="scrollbutton_left_in_blue.tga" preload="true"/>
|
||||
<texture name="scrollbutton_right_out_blue.tga" preload="true"/>
|
||||
<texture name="scrollbutton_up_in_blue.tga" preload="true"/>
|
||||
<texture name="scrollbutton_right_in_blue.tga" preload="true"/>
|
||||
<texture name="scrollbutton_up_out_blue.tga" preload="true"/>
|
||||
<texture name="spin_down_in_blue.tga" preload="true"/>
|
||||
<texture name="spin_down_out_blue.tga" preload="true"/>
|
||||
<texture name="spin_up_in_blue.tga" preload="true"/>
|
||||
<texture name="spin_up_out_blue.tga" preload="true"/>
|
||||
<texture name="ff_visible_map.tga" preload="true"/>
|
||||
<texture name="square_btn_32x128.tga" preload="true" scale_left="8" scale_top="10" scale_right="120" scale_bottom="10"/>
|
||||
<texture name="square_btn_selected_32x128.tga" preload="true" scale_left="2" scale_top="10" scale_right="126" scale_bottom="10"/>
|
||||
|
||||
<texture name="tab_bottom_blue.tga" preload="true" scale_left="8" scale_top="8" scale_right="120" scale_bottom="9"/>
|
||||
<texture name="tab_bottom_selected_blue.tga" preload="true" scale_left="8" scale_top="8" scale_right="96" scale_bottom="9"/>
|
||||
<texture name="tab_left.tga" preload="true" scale_left="8" scale_top="8" scale_right="120" scale_bottom="9"/>
|
||||
<texture name="tab_left_selected.tga" preload="true" scale_left="8" scale_top="8" scale_right="96" scale_bottom="9"/>
|
||||
<texture name="tab_top_blue.tga" preload="true" scale_left="8" scale_top="8" scale_right="120" scale_bottom="9"/>
|
||||
<texture name="tab_top_selected_blue.tga" preload="true" scale_left="8" scale_top="8" scale_right="96" scale_bottom="9"/>
|
||||
|
||||
<texture name="startup_logo.j2c" preload="true"/>
|
||||
<texture name="scrollbutton_up_in_blue.tga" preload="true"/>
|
||||
<texture name="scrollbutton_down_out_blue.tga" preload="true"/>
|
||||
<texture name="scrollbutton_down_in_blue.tga" preload="true"/>
|
||||
<texture name="up_arrow.tga" file_name="up_arrow.png"/>
|
||||
<texture name="down_arrow.tga" file_name="down_arrow.png"/>
|
||||
<texture name="arrow_down.tga"/>
|
||||
<texture name="color_swatch_alpha.tga" preload="true"/>
|
||||
|
||||
<texture name="active_voice_tab.tga"/>
|
||||
<texture name="button_anim_pause.tga"/>
|
||||
<texture name="button_anim_pause_selected.tga"/>
|
||||
<texture name="button_anim_play.tga"/>
|
||||
<texture name="button_anim_play_selected.tga"/>
|
||||
<texture name="button_anim_stop.tga"/>
|
||||
<texture name="button_anim_stop_selected.tga"/>
|
||||
<texture name="crosshairs.tga"/>
|
||||
<texture name="direction_arrow.tga"/>
|
||||
<texture name="foot_shadow.j2c" use_mips="true"/>
|
||||
|
||||
<texture name="icon_auction.tga"/>
|
||||
<texture name="icon_avatar_offline.tga"/>
|
||||
<texture name="icon_avatar_online.tga"/>
|
||||
<texture name="icon_day_cycle.tga"/>
|
||||
<texture name="icon_diurnal.tga"/>
|
||||
<texture name="icon_for_sale.tga"/>
|
||||
<texture name="icon_top_pick.tga"/>
|
||||
<texture name="lag_status_critical.tga"/>
|
||||
<texture name="lag_status_good.tga"/>
|
||||
<texture name="lag_status_warning.tga"/>
|
||||
<texture name="legend.tga"/>
|
||||
<texture name="map_avatar_16.tga"/>
|
||||
<texture name="map_avatar_8.tga"/>
|
||||
<texture name="map_home.tga"/>
|
||||
<texture name="map_infohub.tga"/>
|
||||
<texture name="map_telehub.tga"/>
|
||||
<texture name="map_track_16.tga"/>
|
||||
<texture name="notify_caution_icon.tga"/>
|
||||
<texture name="default_land_picture.j2c"/>
|
||||
<texture name="default_profile_picture.j2c"/>
|
||||
<texture name="locked_image.j2c"/>
|
||||
<!-- Images that have since been renamed to something else in v3 and need updating. Alphabetical. -->
|
||||
<texture name="Flag.png" file_name="Flag.png" preload="false" />
|
||||
<texture name="Inv_WaterLight.png" preload="true"/>
|
||||
<texture name="Inv_WindLight.png" preload="true"/>
|
||||
<texture name="Parcel_Exp_Color.png" file_name="Parcel_Exp_Color.png" preload="false" />
|
||||
<texture name="UIImgBtnCloseActiveUUID" file_name="closebox.tga"/>
|
||||
<texture name="UIImgBtnCloseInactiveUUID" file_name="close_inactive_blue.tga"/>
|
||||
<texture name="UIImgBtnClosePressedUUID" file_name="close_in_blue.tga"/>
|
||||
<texture name="UIImgBtnForwardInUUID" file_name="move_forward_in.tga" preload="true"/>
|
||||
<texture name="UIImgBtnForwardOutUUID" file_name="move_forward_out.tga" preload="true"/>
|
||||
<texture name="UIImgBtnJumpLeftInUUID" file_name="9cad3e6d-2d6d-107d-f8ab-5ba272b5bfe1.tga"/>
|
||||
<texture name="UIImgBtnJumpLeftOutUUID" file_name="3c18c87e-5f50-14e2-e744-f44734aa365f.tga"/>
|
||||
<texture name="UIImgBtnJumpRightInUUID" file_name="7dabc040-ec13-2309-ddf7-4f161f6de2f4.tga"/>
|
||||
<texture name="UIImgBtnJumpRightOutUUID" file_name="ff9a71eb-7414-4cf8-866e-a701deb7c3cf.tga"/>
|
||||
<texture name="UIImgBtnLeftInUUID" file_name="move_turn_left_in.tga" preload="true"/>
|
||||
<texture name="UIImgBtnLeftOutUUID" file_name="move_turn_left_out.tga" preload="true"/>
|
||||
<texture name="UIImgBtnMinimizeActiveUUID" file_name="minimize.tga"/>
|
||||
<texture name="UIImgBtnMinimizeInactiveUUID" file_name="minimize_inactive.tga"/>
|
||||
<texture name="UIImgBtnMinimizePressedUUID" file_name="minimize_pressed.tga"/>
|
||||
<texture name="UIImgBtnMoveDownInUUID" file_name="move_down_in.tga" preload="true"/>
|
||||
<texture name="UIImgBtnMoveDownOutUUID" file_name="move_down_out.tga" preload="true"/>
|
||||
<texture name="UIImgBtnMoveUpInUUID" file_name="move_up_in.tga" preload="true"/>
|
||||
<texture name="UIImgBtnMoveUpOutUUID" file_name="move_up_out.tga" preload="true"/>
|
||||
<texture name="UIImgBtnRestoreActiveUUID" file_name="restore.tga"/>
|
||||
<texture name="UIImgBtnRestoreInactiveUUID" file_name="restore_inactive.tga"/>
|
||||
<texture name="UIImgBtnRestorePressedUUID" file_name="restore_pressed.tga"/>
|
||||
<texture name="UIImgBtnRightInUUID" file_name="move_turn_right_in.tga" preload="true"/>
|
||||
<texture name="UIImgBtnRightOutUUID" file_name="move_turn_right_out.tga" preload="true"/>
|
||||
<texture name="UIImgBtnScrollDownInUUID" file_name="scrollbutton_down_in_blue.tga"/>
|
||||
<texture name="UIImgBtnScrollDownOutUUID" file_name="scrollbutton_down_out_blue.tga"/>
|
||||
<texture name="UIImgBtnScrollLeftInUUID" file_name="scrollbutton_left_in_blue.tga"/>
|
||||
<texture name="UIImgBtnScrollLeftOutUUID" file_name="scrollbutton_left_out_blue.tga"/>
|
||||
<texture name="UIImgBtnScrollRightInUUID" file_name="scrollbutton_right_in_blue.tga"/>
|
||||
<texture name="UIImgBtnScrollRightOutUUID" file_name="scrollbutton_right_out_blue.tga"/>
|
||||
<texture name="UIImgBtnScrollUpInUUID" file_name="scrollbutton_up_in_blue.tga"/>
|
||||
<texture name="UIImgBtnScrollUpOutUUID" file_name="scrollbutton_up_out_blue.tga"/>
|
||||
<texture name="UIImgBtnSlideLeftInUUID" file_name="move_left_in.tga" preload="true"/>
|
||||
<texture name="UIImgBtnSlideLeftOutUUID" file_name="move_left_out.tga" preload="true"/>
|
||||
<texture name="UIImgBtnSlideRightInUUID" file_name="move_right_in.tga" preload="true"/>
|
||||
<texture name="UIImgBtnSlideRightOutUUID" file_name="move_right_out.tga" preload="true"/>
|
||||
<texture name="UIImgBtnSpinDownInUUID" file_name="spin_down_in_blue.tga"/>
|
||||
<texture name="UIImgBtnSpinDownOutUUID" file_name="spin_down_out_blue.tga"/>
|
||||
<texture name="UIImgBtnSpinUpInUUID" file_name="spin_up_in_blue.tga"/>
|
||||
<texture name="UIImgBtnSpinUpOutUUID" file_name="spin_up_out_blue.tga"/>
|
||||
<texture name="UIImgBtnTabBottomInUUID" file_name="tab_bottom_selected_blue.tga"/>
|
||||
<texture name="UIImgBtnTabBottomOutUUID" file_name="tab_bottom_blue.tga"/>
|
||||
<texture name="UIImgBtnTabTopInUUID" file_name="tab_top_selected_blue.tga"/>
|
||||
<texture name="UIImgBtnTabTopOutUUID" file_name="tab_top_blue.tga"/>
|
||||
<texture name="UIImgBtnTearOffActiveUUID" file_name="tearoffbox.tga"/>
|
||||
<texture name="UIImgBtnTearOffInactiveUUID" file_name="tearoffbox.tga"/>
|
||||
<texture name="UIImgBtnTearOffPressedUUID" file_name="tearoff_pressed.tga"/>
|
||||
<texture name="UIImgCheckboxActiveSelectedUUID" file_name="checkbox_enabled_true.tga"/>
|
||||
<texture name="UIImgCheckboxActiveUUID" file_name="checkbox_enabled_false.tga"/>
|
||||
<texture name="UIImgCheckboxInactiveSelectedUUID" file_name="checkbox_disabled_true.tga"/>
|
||||
<texture name="UIImgCheckboxInactiveUUID" file_name="checkbox_disabled_false.tga"/>
|
||||
<texture name="UIImgCreateSelectedUUID" file_name="0098b015-3daf-4cfe-a72f-915369ea97c2.tga"/>
|
||||
<texture name="UIImgCreateUUID" file_name="7a0b1bdb-b5d9-4df5-bac2-ba230da93b5b.tga"/>
|
||||
<texture name="UIImgCrosshairsUUID" file_name="crosshairs.tga"/>
|
||||
<texture name="UIImgFaceSelectedUUID" file_name="b4870163-6208-42a9-9801-93133bf9a6cd.tga"/>
|
||||
<texture name="UIImgFaceUUID" file_name="ce15fd63-b0b6-463c-a37d-ea6393208b3e.tga"/>
|
||||
<texture name="UIImgGrabSelectedUUID" file_name="c1e21504-f136-451d-b8e9-929037812f1d.tga"/>
|
||||
<texture name="UIImgGrabUUID" file_name="c63f124c-6340-4fbf-b59e-0869a44adb64.tga"/>
|
||||
<texture name="UIImgRadioActiveSelectedUUID" file_name="radio_active_true.tga"/>
|
||||
<texture name="UIImgRadioActiveUUID" file_name="radio_active_false.tga"/>
|
||||
<texture name="UIImgRadioInactiveSelectedUUID" file_name="radio_inactive_true.tga"/>
|
||||
<texture name="UIImgRadioInactiveUUID" file_name="radio_inactive_false.tga"/>
|
||||
<texture name="UIImgResizeBottomRightUUID" file_name="resize_handle_bottom_right_blue.tga"/>
|
||||
<!--<texture name="UIImgScaleUUID" file_name="88a90fef-b448-4883-9344-ecf378a60433.tga"/>-->
|
||||
<texture name="active_voice_tab.tga"/>
|
||||
<texture name="arrow_left.tga"/>
|
||||
<texture name="arrow_right.tga"/>
|
||||
<texture name="arrow_up.tga"/>
|
||||
<texture name="btn_chatbar.tga" scale.left="20" scale.top="24" scale.right="44" scale.bottom="0"/>
|
||||
<texture name="btn_chatbar_selected.tga" scale.left="20" scale.top="24" scale.right="44" scale.bottom="0"/>
|
||||
<texture name="button_anim_stop.tga"/>
|
||||
<texture name="button_anim_stop_selected.tga"/>
|
||||
<texture name="button_disabled_32x128.tga" preload="true" scale.left="16" scale.top="16" scale.right="112" scale.bottom="16" />
|
||||
<texture name="button_enabled_32x128.tga" preload="true" scale.left="16" scale.top="16" scale.right="112" scale.bottom="16" />
|
||||
<texture name="button_enabled_selected_32x128.tga" preload="true" scale.left="16" scale.top="16" scale.right="112" scale.bottom="16" />
|
||||
<texture name="cam_rotate_in.tga" preload="true"/>
|
||||
<texture name="cam_rotate_out.tga" preload="true"/>
|
||||
<texture name="cam_zoom_minus_in.tga" preload="true"/>
|
||||
<texture name="cam_zoom_out.tga" preload="true"/>
|
||||
<texture name="cam_zoom_plus_in.tga" preload="true"/>
|
||||
<texture name="checkbox_disabled_false.tga" preload="true"/>
|
||||
<texture name="checkbox_disabled_true.tga" preload="true"/>
|
||||
<texture name="checkbox_enabled_false.tga" preload="true"/>
|
||||
<texture name="checkbox_enabled_true.tga" preload="true"/>
|
||||
<texture name="close_in_blue.tga" preload="true"/>
|
||||
<texture name="combobox_arrow.tga" preload="true"/>
|
||||
<texture name="ff_visible_map.tga" preload="true"/>
|
||||
<texture name="flyout_btn_left.tga" scale.left="16" scale.top="15" scale.right="112" scale.bottom="15"/>
|
||||
<texture name="flyout_btn_left_disabled.tga" scale.left="16" scale.top="15" scale.right="112" scale.bottom="15"/>
|
||||
<texture name="flyout_btn_left_selected.tga" scale.left="16" scale.top="15" scale.right="112" scale.bottom="15"/>
|
||||
<texture name="flyout_btn_right.tga" scale.left="0" scale.top="30" scale.right="32" scale.bottom="0"/>
|
||||
<texture name="flyout_btn_right_disabled.tga" scale.left="0" scale.top="30" scale.right="32" scale.bottom="0"/>
|
||||
<texture name="flyout_btn_right_selected.tga" scale.left="0" scale.top="30" scale.right="32" scale.bottom="0"/>
|
||||
<texture name="go-home.png"/>
|
||||
<texture name="go-media-play.png"/>
|
||||
<texture name="go-media-stop.png"/>
|
||||
<texture name="go-next.png"/>
|
||||
<texture name="go-previous.png"/>
|
||||
<texture name="go-reload.png"/>
|
||||
<texture name="icn_active-speakers-dot-lvl0.tga"/>
|
||||
<texture name="icn_active-speakers-dot-lvl1.tga"/>
|
||||
<texture name="icn_active-speakers-dot-lvl2.tga"/>
|
||||
<texture name="icn_active-speakers-typing1.tga"/>
|
||||
<texture name="icn_active-speakers-typing2.tga"/>
|
||||
<texture name="icn_active-speakers-typing3.tga"/>
|
||||
<texture name="icn_chatbar.tga"/>
|
||||
<texture name="icn_clear_lineeditor.tga" />
|
||||
<texture name="icn_label_media.tga"/>
|
||||
<texture name="icn_label_music.tga"/>
|
||||
<texture name="icn_media-pause.tga"/>
|
||||
<texture name="icn_media-play.tga"/>
|
||||
<texture name="icn_music-pause.tga"/>
|
||||
<texture name="icn_music-play.tga"/>
|
||||
<texture name="icn_rounded-text-field.tga"/>
|
||||
<texture name="icn_scrollbar_bg.tga" preload="true" scale.top="7" scale.left="4" scale.bottom="8" scale.right="4" />
|
||||
<texture name="icn_scrollbar_thumb.tga" preload="true" scale.top="7" scale.left="4" scale.bottom="8" scale.right="4" />
|
||||
<texture name="icn_slide-highlight.tga" scale.left="2" scale.top="5" scale.right="29" scale.bottom="4"/>
|
||||
<texture name="icn_speaker-muted_dark.tga"/>
|
||||
<texture name="icn_speaker_dark.tga"/>
|
||||
<texture name="icn_textfield_enabled.tga" scale.left="5" scale.top="5" scale.bottom="5" scale.right="5"/>
|
||||
<texture name="icn_voice-call-end.tga"/>
|
||||
<texture name="icn_voice-call-start.tga"/>
|
||||
<texture name="icn_voice-groupfocus.tga"/>
|
||||
<texture name="icn_voice-localchat.tga"/>
|
||||
<texture name="icn_voice-pvtfocus.tga"/>
|
||||
<texture name="icn_voice_ptt-off.tga"/>
|
||||
<texture name="icn_voice_ptt-on-lvl1.tga"/>
|
||||
<texture name="icn_voice_ptt-on-lvl2.tga"/>
|
||||
<texture name="icn_voice_ptt-on-lvl3.tga"/>
|
||||
<texture name="icn_voice_ptt-on.tga"/>
|
||||
<texture name="icon_auction.tga"/>
|
||||
<texture name="icon_day_cycle.tga"/>
|
||||
<texture name="icon_event.tga"/>
|
||||
<texture name="icon_event_mature.tga"/>
|
||||
<texture name="icon_for_sale.tga"/>
|
||||
<texture name="icon_group.tga"/>
|
||||
<texture name="icon_groupnotice.tga"/>
|
||||
<texture name="icon_groupnoticeinventory.tga"/>
|
||||
<texture name="icon_lock.tga"/>
|
||||
<texture name="icon_name.tga"/>
|
||||
<texture name="icon_place.tga"/>
|
||||
<texture name="icon_popular.tga"/>
|
||||
<texture name="icon_top_pick.tga"/>
|
||||
<texture name="icon_name.tga"/>
|
||||
|
||||
<texture name="inv_folder_animation.tga"/>
|
||||
<texture name="inv_folder_bodypart.tga"/>
|
||||
<texture name="inv_folder_callingcard.tga"/>
|
||||
@@ -114,8 +258,8 @@
|
||||
<texture name="inv_folder_mesh.tga"/>
|
||||
<texture name="inv_folder_notecard.tga"/>
|
||||
<texture name="inv_folder_object.tga"/>
|
||||
<texture name="inv_folder_outfit.tga"/>
|
||||
<texture name="inv_folder_outbox.tga"/>
|
||||
<texture name="inv_folder_outfit.tga"/>
|
||||
<texture name="inv_folder_plain_closed.tga"/>
|
||||
<texture name="inv_folder_plain_open.tga"/>
|
||||
<texture name="inv_folder_script.tga"/>
|
||||
@@ -123,9 +267,7 @@
|
||||
<texture name="inv_folder_sound.tga"/>
|
||||
<texture name="inv_folder_texture.tga"/>
|
||||
<texture name="inv_folder_trash.tga" preload="true"/>
|
||||
|
||||
<texture name="inv_item_animation.tga"/>
|
||||
<texture name="inv_item_skin.tga"/>
|
||||
<texture name="inv_item_callingcard_offline.tga"/>
|
||||
<texture name="inv_item_callingcard_online.tga"/>
|
||||
<texture name="inv_item_eyes.tga"/>
|
||||
@@ -135,48 +277,51 @@
|
||||
<texture name="inv_item_jacket.tga"/>
|
||||
<texture name="inv_item_landmark.tga"/>
|
||||
<texture name="inv_item_landmark_visited.tga"/>
|
||||
<texture name="inv_item_mesh.tga"/>
|
||||
<texture name="inv_item_notecard.tga"/>
|
||||
<texture name="inv_item_object.tga"/>
|
||||
<texture name="inv_item_object_multi.tga"/>
|
||||
<texture name="inv_item_pants.tga"/>
|
||||
<texture name="inv_item_mesh.tga"/>
|
||||
<texture name="inv_item_physics.tga"/>
|
||||
<texture name="inv_item_tattoo.tga"/>
|
||||
<texture name="inv_item_script.tga"/>
|
||||
<texture name="inv_item_shape.tga"/>
|
||||
<texture name="inv_item_shirt.tga"/>
|
||||
<texture name="inv_item_shoes.tga"/>
|
||||
<texture name="inv_item_skin.tga"/>
|
||||
<texture name="inv_item_skirt.tga"/>
|
||||
<texture name="inv_item_snapshot.tga"/>
|
||||
<texture name="inv_item_socks.tga"/>
|
||||
<texture name="inv_item_sound.tga"/>
|
||||
<texture name="inv_item_tattoo.tga"/>
|
||||
<texture name="inv_item_texture.tga"/>
|
||||
<texture name="inv_item_underpants.tga"/>
|
||||
<texture name="inv_item_undershirt.tga"/>
|
||||
|
||||
<texture name="lag_status_critical.tga"/>
|
||||
<texture name="lag_status_good.tga"/>
|
||||
<texture name="lag_status_warning.tga"/>
|
||||
|
||||
<texture name="legend.tga"/>
|
||||
|
||||
<texture name="map_avatar_16.tga"/>
|
||||
<texture name="map_avatar_8.tga"/>
|
||||
<texture name="map_home.tga"/>
|
||||
<texture name="map_infohub.tga"/>
|
||||
<texture name="map_telehub.tga"/>
|
||||
<texture name="map_track_16.tga"/>
|
||||
|
||||
<texture name="media_btn_back.png"/>
|
||||
<texture name="media_btn_done.png"/>
|
||||
<texture name="media_btn_forward.png"/>
|
||||
<texture name="media_btn_home.png"/>
|
||||
<texture name="media_btn_newwindow.png"/>
|
||||
<texture name="media_btn_optimalzoom.png"/>
|
||||
<texture name="media_btn_reload.png"/>
|
||||
<texture name="media_btn_scrolldown.png"/>
|
||||
<texture name="media_btn_scrollleft.png"/>
|
||||
<texture name="media_btn_scrollright.png"/>
|
||||
<texture name="media_btn_scrollup.png"/>
|
||||
<texture name="media_btn_stoploading.png"/>
|
||||
<texture name="media_icon.tga" file_name="icn_label_media.tga" />
|
||||
<texture name="media_panel_bg.png" preload="true" scale.left="9" scale.top="9" scale.right="9" scale.bottom="9" />
|
||||
<texture name="media_panel_divider.png"/>
|
||||
<texture name="media_panel_hoverrectangle.png" preload="true" scale.left="9" scale.top="9" scale.right="9" scale.bottom="9" />
|
||||
<texture name="media_panel_scrollbg.png"/>
|
||||
<texture name="minimize.tga" preload="true"/>
|
||||
<texture name="minimize_pressed.tga" preload="true"/>
|
||||
<texture name="music_icon.tga" file_name="icn_label_music.tga" />
|
||||
<texture name="mute_icon.tga"/>
|
||||
<texture name="noentrylines.j2c" use_mips="true"/>
|
||||
<texture name="noentrypasslines.j2c" use_mips="true"/>
|
||||
|
||||
<texture name="notify_tip_icon.tga"/>
|
||||
<texture name="notify_caution_icon.tga"/>
|
||||
<texture name="notify_next.png" preload="true"/>
|
||||
<texture name="notify_box_icon.tga"/>
|
||||
|
||||
<texture name="notify_next.png" preload="true"/>
|
||||
<texture name="notify_tip_icon.tga"/>
|
||||
<texture name="object_cone.tga"/>
|
||||
<texture name="object_cone_active.tga"/>
|
||||
<texture name="object_cube.tga"/>
|
||||
@@ -207,224 +352,93 @@
|
||||
<texture name="object_tree_active.tga"/>
|
||||
<texture name="object_tube.tga"/>
|
||||
<texture name="object_tube_active.tga"/>
|
||||
|
||||
<texture name="pixiesmall.j2c" use_mips="true"/>
|
||||
<texture name="script_error.j2c" use_mips="true"/>
|
||||
<texture name="silhouette.j2c" use_mips="true"/>
|
||||
|
||||
<texture name="status_no_build.tga"/>
|
||||
<texture name="status_voice.tga"/>
|
||||
<texture name="radio_active_false.tga" preload="true"/>
|
||||
<texture name="radio_active_true.tga" preload="true"/>
|
||||
<texture name="radio_inactive_false.tga" preload="true"/>
|
||||
<texture name="radio_inactive_true.tga" preload="true"/>
|
||||
<texture name="resize_handle_bottom_right_blue.tga" preload="true"/>
|
||||
<texture name="sm_rounded_corners_simple.tga" scale.left="4" scale.top="4" scale.bottom="4" scale.right="4"/>
|
||||
<texture name="search_btn.png" preload="true"/>
|
||||
<texture name="spin_down_in_blue.tga" preload="true"/>
|
||||
<texture name="spin_down_out_blue.tga" preload="true"/>
|
||||
<texture name="spin_up_in_blue.tga" preload="true"/>
|
||||
<texture name="spin_up_out_blue.tga" preload="true"/>
|
||||
<texture name="square_btn_32x128.tga" preload="true" scale.left="8" scale.top="10" scale.right="120" scale.bottom="10"/>
|
||||
<texture name="square_btn_selected_32x128.tga" preload="true" scale.left="2" scale.top="10" scale.right="126" scale.bottom="10"/>
|
||||
<texture name="startup_logo.j2c" preload="true"/>
|
||||
<texture name="status_buy_currency.tga"/>
|
||||
<texture name="status_buy_currency_pressed.tga"/>
|
||||
<texture name="status_buy_land.tga"/>
|
||||
<texture name="status_buy_land_pressed.tga"/>
|
||||
<texture name="status_no_fly.tga"/>
|
||||
<texture name="status_health.tga"/>
|
||||
<texture name="status_no_build.tga"/>
|
||||
<texture name="status_no_fly.tga"/>
|
||||
<texture name="status_no_push.tga"/>
|
||||
<texture name="status_no_scripts.tga"/>
|
||||
|
||||
<texture name="status_voice.tga"/>
|
||||
<texture name="tab_bottom_blue.tga" preload="true" scale.left="8" scale.top="8" scale.right="120" scale.bottom="9"/>
|
||||
<texture name="tab_bottom_selected_blue.tga" preload="true" scale.left="8" scale.top="8" scale.right="96" scale.bottom="9"/>
|
||||
<texture name="tab_left.tga" preload="true" scale.left="8" scale.top="8" scale.right="120" scale.bottom="9"/>
|
||||
<texture name="tab_left_selected.tga" preload="true" scale.left="8" scale.top="8" scale.right="96" scale.bottom="9"/>
|
||||
<texture name="tab_top_blue.tga" preload="true" scale.left="8" scale.top="8" scale.right="120" scale.bottom="9"/>
|
||||
<texture name="tab_top_selected_blue.tga" preload="true" scale.left="8" scale.top="8" scale.right="96" scale.bottom="9"/>
|
||||
<texture name="tool_dozer.tga"/>
|
||||
<texture name="tool_dozer_active.tga"/>
|
||||
<texture name="tool_zoom.tga"/>
|
||||
<texture name="tool_zoom_active.tga"/>
|
||||
|
||||
<texture name="icn_active-speakers-dot-lvl0.tga"/>
|
||||
<texture name="icn_active-speakers-dot-lvl1.tga"/>
|
||||
<texture name="icn_active-speakers-dot-lvl2.tga"/>
|
||||
<texture name="icn_active-speakers-typing1.tga"/>
|
||||
<texture name="icn_active-speakers-typing2.tga"/>
|
||||
<texture name="icn_active-speakers-typing3.tga"/>
|
||||
<texture name="toolbar_bg.tga" preload="true" scale.left="6" scale.top="42" scale.right="96" scale.bottom="16"/>
|
||||
<texture name="toolbar_btn_disabled.tga" scale.left="7" scale.top="32" scale.right="121" scale.bottom="0" />
|
||||
<texture name="toolbar_btn_enabled.tga" scale.left="7" scale.top="32" scale.right="121" scale.bottom="0" />
|
||||
<texture name="toolbar_btn_selected.tga" scale.left="7" scale.top="32" scale.right="121" scale.bottom="0" />
|
||||
<texture name="toolbar_tab.tga" preload="true" scale.left="6" scale.top="42" scale.right="104" scale.bottom="8"/>
|
||||
|
||||
<texture name="icn_voice_ptt-off.tga"/>
|
||||
<texture name="icn_voice_ptt-on.tga"/>
|
||||
<texture name="icn_voice_ptt-on-lvl1.tga"/>
|
||||
<texture name="icn_voice_ptt-on-lvl2.tga"/>
|
||||
<texture name="icn_voice_ptt-on-lvl3.tga"/>
|
||||
<texture name="icn_voice-call-end.tga"/>
|
||||
<texture name="icn_voice-call-start.tga"/>
|
||||
|
||||
<texture name="mute_icon.tga"/>
|
||||
|
||||
<texture name="icn_slide-groove_dark.tga" scale_left="2" scale_top="5" scale_right="29" scale_bottom="4"/>
|
||||
<texture name="icn_slide-highlight.tga" scale_left="2" scale_top="5" scale_right="29" scale_bottom="4"/>
|
||||
<texture name="icn_slide-thumb_dark.tga" scale_left="2" scale_top="5" scale_right="29" scale_bottom="4"/>
|
||||
|
||||
<texture name="icn_speaker-muted_dark.tga"/>
|
||||
<texture name="icn_speaker_dark.tga"/>
|
||||
|
||||
<texture name="icn_voice-localchat.tga"/>
|
||||
<texture name="icn_voice-groupfocus.tga"/>
|
||||
<texture name="icn_voice-pvtfocus.tga"/>
|
||||
|
||||
<texture name="icn_media-pause.tga"/>
|
||||
<texture name="icn_media-play.tga"/>
|
||||
<texture name="icn_music-play.tga"/>
|
||||
<texture name="icn_music-pause.tga"/>
|
||||
<texture name="icn_media_web.tga" preload="true"/>
|
||||
<texture name="icn_media_movie.tga" preload="true"/>
|
||||
|
||||
<texture name="icn_chatbar.tga"/>
|
||||
<texture name="btn_chatbar.tga" scale_left="20" scale_top="24" scale_right="44" scale_bottom="0"/>
|
||||
<texture name="btn_chatbar_selected.tga" scale_left="20" scale_top="24" scale_right="44" scale_bottom="0"/>
|
||||
|
||||
<texture name="icn_rounded-text-field.tga"/>
|
||||
|
||||
<texture name="flyout_btn_right_selected.tga" scale_left="0" scale_top="30" scale_right="32" scale_bottom="0"/>
|
||||
|
||||
<texture name="flyout_btn_right.tga" scale_left="0" scale_top="30" scale_right="32" scale_bottom="0"/>
|
||||
|
||||
<texture name="flyout_btn_right_disabled.tga" scale_left="0" scale_top="30" scale_right="32" scale_bottom="0"/>
|
||||
|
||||
<texture name="flyout_btn_left_selected.tga" scale_left="16" scale_top="15" scale_right="112" scale_bottom="15"/>
|
||||
|
||||
<texture name="flyout_btn_left.tga" scale_left="16" scale_top="15" scale_right="112" scale_bottom="15"/>
|
||||
|
||||
<texture name="flyout_btn_left_disabled.tga" scale_left="16" scale_top="15" scale_right="112" scale_bottom="15"/>
|
||||
|
||||
<texture name="UIImgResizeBottomRightUUID" file_name="resize_handle_bottom_right_blue.tga"/>
|
||||
|
||||
<texture name="UIImgBtnForwardOutUUID" file_name="move_forward_out.tga" preload="true"/>
|
||||
<texture name="UIImgBtnForwardInUUID" file_name="move_forward_in.tga" preload="true"/>
|
||||
<texture name="UIImgBtnSlideLeftOutUUID" file_name="move_left_out.tga" preload="true"/>
|
||||
<texture name="UIImgBtnSlideLeftInUUID" file_name="move_left_in.tga" preload="true"/>
|
||||
<texture name="UIImgBtnLeftOutUUID" file_name="move_turn_left_out.tga" preload="true"/>
|
||||
<texture name="UIImgBtnLeftInUUID" file_name="move_turn_left_in.tga" preload="true"/>
|
||||
<texture name="UIImgBtnRightOutUUID" file_name="move_turn_right_out.tga" preload="true"/>
|
||||
<texture name="UIImgBtnRightInUUID" file_name="move_turn_right_in.tga" preload="true"/>
|
||||
<texture name="UIImgBtnSlideRightOutUUID" file_name="move_right_out.tga" preload="true"/>
|
||||
<texture name="UIImgBtnSlideRightInUUID" file_name="move_right_in.tga" preload="true"/>
|
||||
<texture name="UIImgBtnMoveUpInUUID" file_name="move_up_in.tga" preload="true"/>
|
||||
<texture name="UIImgBtnMoveUpOutUUID" file_name="move_up_out.tga" preload="true"/>
|
||||
<texture name="UIImgBtnMoveDownInUUID" file_name="move_down_in.tga" preload="true"/>
|
||||
<texture name="UIImgBtnMoveDownOutUUID" file_name="move_down_out.tga" preload="true"/>
|
||||
|
||||
<texture name="cam_rotate_out.tga" preload="true"/>
|
||||
<texture name="cam_rotate_in.tga" preload="true"/>
|
||||
<texture name="cam_zoom_out.tga" preload="true"/>
|
||||
<texture name="cam_zoom_plus_in.tga" preload="true"/>
|
||||
<texture name="cam_zoom_minus_in.tga" preload="true"/>
|
||||
|
||||
<texture name="UIImgBtnScrollUpOutUUID" file_name="scrollbutton_up_out_blue.tga"/>
|
||||
<texture name="UIImgBtnScrollUpInUUID" file_name="scrollbutton_up_in_blue.tga"/>
|
||||
<texture name="UIImgBtnScrollDownOutUUID" file_name="scrollbutton_down_out_blue.tga"/>
|
||||
<texture name="UIImgBtnScrollDownInUUID" file_name="scrollbutton_down_in_blue.tga"/>
|
||||
<texture name="UIImgBtnScrollLeftOutUUID" file_name="scrollbutton_left_out_blue.tga"/>
|
||||
<texture name="UIImgBtnScrollLeftInUUID" file_name="scrollbutton_left_in_blue.tga"/>
|
||||
<texture name="UIImgBtnScrollRightOutUUID" file_name="scrollbutton_right_out_blue.tga"/>
|
||||
<texture name="UIImgBtnScrollRightInUUID" file_name="scrollbutton_right_in_blue.tga"/>
|
||||
|
||||
<texture name="UIImgBtnJumpLeftOutUUID" file_name="3c18c87e-5f50-14e2-e744-f44734aa365f.tga"/>
|
||||
<texture name="UIImgBtnJumpLeftInUUID" file_name="9cad3e6d-2d6d-107d-f8ab-5ba272b5bfe1.tga"/>
|
||||
<texture name="UIImgBtnJumpRightOutUUID" file_name="ff9a71eb-7414-4cf8-866e-a701deb7c3cf.tga"/>
|
||||
<texture name="UIImgBtnJumpRightInUUID" file_name="7dabc040-ec13-2309-ddf7-4f161f6de2f4.tga"/>
|
||||
|
||||
<texture name="UIImgBtnSpinUpOutUUID" file_name="spin_up_out_blue.tga"/>
|
||||
<texture name="UIImgBtnSpinUpInUUID" file_name="spin_up_in_blue.tga"/>
|
||||
<texture name="UIImgBtnSpinDownOutUUID" file_name="spin_down_out_blue.tga"/>
|
||||
<texture name="UIImgBtnSpinDownInUUID" file_name="spin_down_in_blue.tga"/>
|
||||
|
||||
<texture name="UIImgRadioActiveUUID" file_name="radio_active_false.tga"/>
|
||||
<texture name="UIImgRadioActiveSelectedUUID" file_name="radio_active_true.tga"/>
|
||||
<texture name="UIImgRadioInactiveUUID" file_name="radio_inactive_false.tga"/>
|
||||
<texture name="UIImgRadioInactiveSelectedUUID" file_name="radio_inactive_true.tga"/>
|
||||
|
||||
<texture name="UIImgCheckboxActiveUUID" file_name="checkbox_enabled_false.tga"/>
|
||||
<texture name="UIImgCheckboxActiveSelectedUUID" file_name="checkbox_enabled_true.tga"/>
|
||||
<texture name="UIImgCheckboxInactiveUUID" file_name="checkbox_disabled_false.tga"/>
|
||||
<texture name="UIImgCheckboxInactiveSelectedUUID" file_name="checkbox_disabled_true.tga"/>
|
||||
|
||||
<texture name="UIImgBtnTabTopOutUUID" file_name="tab_top_blue.tga"/>
|
||||
<texture name="UIImgBtnTabTopInUUID" file_name="tab_top_selected_blue.tga"/>
|
||||
<texture name="UIImgBtnTabBottomOutUUID" file_name="tab_bottom_blue.tga"/>
|
||||
<texture name="UIImgBtnTabBottomInUUID" file_name="tab_bottom_selected_blue.tga"/>
|
||||
|
||||
<texture name="UIImgGrabUUID" file_name="c63f124c-6340-4fbf-b59e-0869a44adb64.tga"/>
|
||||
<texture name="UIImgGrabSelectedUUID" file_name="c1e21504-f136-451d-b8e9-929037812f1d.tga"/>
|
||||
|
||||
<!--<texture name="UIImgScaleUUID" file_name="88a90fef-b448-4883-9344-ecf378a60433.tga"/>-->
|
||||
|
||||
<texture name="UIImgFaceUUID" file_name="ce15fd63-b0b6-463c-a37d-ea6393208b3e.tga"/>
|
||||
<texture name="UIImgFaceSelectedUUID" file_name="b4870163-6208-42a9-9801-93133bf9a6cd.tga"/>
|
||||
|
||||
<texture name="UIImgCreateUUID" file_name="7a0b1bdb-b5d9-4df5-bac2-ba230da93b5b.tga"/>
|
||||
<texture name="UIImgCreateSelectedUUID" file_name="0098b015-3daf-4cfe-a72f-915369ea97c2.tga"/>
|
||||
|
||||
<texture name="UIImgBtnCloseInactiveUUID" file_name="close_inactive_blue.tga"/>
|
||||
<texture name="UIImgBtnCloseActiveUUID" file_name="closebox.tga"/>
|
||||
<texture name="UIImgBtnClosePressedUUID" file_name="close_in_blue.tga"/>
|
||||
<texture name="icn_clear_lineeditor.tga" />
|
||||
|
||||
<texture name="up_arrow.tga" file_name="up_arrow.png"/>
|
||||
<texture name="down_arrow.tga" file_name="down_arrow.png"/>
|
||||
|
||||
|
||||
<texture name="UIImgBtnMinimizeInactiveUUID" file_name="minimize_inactive.tga"/>
|
||||
<texture name="UIImgBtnMinimizeActiveUUID" file_name="minimize.tga"/>
|
||||
<texture name="UIImgBtnMinimizePressedUUID" file_name="minimize_pressed.tga"/>
|
||||
|
||||
<texture name="UIImgBtnRestoreInactiveUUID" file_name="restore_inactive.tga"/>
|
||||
<texture name="UIImgBtnRestoreActiveUUID" file_name="restore.tga"/>
|
||||
<texture name="UIImgBtnRestorePressedUUID" file_name="restore_pressed.tga"/>
|
||||
|
||||
<texture name="UIImgBtnTearOffInactiveUUID" file_name="tearoffbox.tga"/>
|
||||
<texture name="UIImgBtnTearOffActiveUUID" file_name="tearoffbox.tga"/>
|
||||
<texture name="UIImgBtnTearOffPressedUUID" file_name="tearoff_pressed.tga"/>
|
||||
|
||||
<texture name="UIImgCrosshairsUUID" file_name="crosshairs.tga"/>
|
||||
<texture name="icn_label_music.tga"/>
|
||||
<texture name="icn_label_media.tga"/>
|
||||
<texture name="arrow_down.tga"/>
|
||||
<texture name="arrow_up.tga"/>
|
||||
<texture name="arrow_left.tga"/>
|
||||
<texture name="arrow_right.tga"/>
|
||||
<texture name="cloud-particle.j2c" use_mips="true"/>
|
||||
<!--DeleteMe-->
|
||||
<texture name="map_event.tga"/>
|
||||
<texture name="map_event_mature.tga"/>
|
||||
<texture name="ProgressBar" preload="true" scale.left="10" scale.top="7" scale.right="65" scale.bottom="7"/>
|
||||
<texture name="ProgressTrack" preload="true" scale.left="10" scale.top="7" scale.right="80" scale.bottom="7"/>
|
||||
<texture name="icn_slide-groove_dark.tga" scale.left="2" scale.top="5" scale.right="29" scale.bottom="4"/>
|
||||
<texture name="icn_slide-thumb_dark.tga" scale.left="2" scale.top="5" scale.right="29" scale.bottom="4"/>
|
||||
<texture name="map_avatar_you_8.tga"/>
|
||||
<texture name="icon_avatar_expand.png" preload="true" />
|
||||
<texture name="skin_thumbnail_darkorange.png" preload="true" />
|
||||
<texture name="Fly_btn_stop.png" preload="true"/>
|
||||
<texture name="Fly_btn_active.png" preload="true"/>
|
||||
<texture name="Fly_btn_disabled.png" preload="true"/>
|
||||
<texture name="communicate_btn_active.png" preload="true"/>
|
||||
<texture name="communicate_btn_pressed.png" preload="true"/>
|
||||
<texture name="mapbg3.tga" preload="true"/>
|
||||
<texture name="inventory_btn.png" preload="true"/>
|
||||
<texture name="create.png" preload="true"/>
|
||||
<texture name="land_floatbg.tga" preload="true"/>
|
||||
<texture name="panel_notes.png" preload="true"/>
|
||||
<texture name="panel_mylatest.png" preload="true"/>
|
||||
<texture name="panel_picks.png" preload="true"/>
|
||||
<texture name="panel_web.png" preload="true"/>
|
||||
<texture name="panel_avatarbio1.png" preload="true"/>
|
||||
<texture name="panel_avatar.png" preload="true"/>
|
||||
<texture name="purchaseimage_bg.tga" preload="true"/>
|
||||
|
||||
<texture name="skin_thumbnail_default.png" preload="true" />
|
||||
<texture name="skin_thumbnail_silver.png" preload="true" />
|
||||
|
||||
<texture name="default_land_picture.j2c"/>
|
||||
<texture name="default_profile_picture.j2c"/>
|
||||
<texture name="locked_image.j2c"/>
|
||||
|
||||
<texture name="media_btn_back.png"/>
|
||||
<texture name="media_btn_done.png"/>
|
||||
<texture name="media_btn_forward.png"/>
|
||||
<texture name="media_btn_home.png"/>
|
||||
<texture name="media_btn_newwindow.png"/>
|
||||
<texture name="media_btn_optimalzoom.png"/>
|
||||
<texture name="media_btn_reload.png"/>
|
||||
<texture name="media_btn_scrolldown.png"/>
|
||||
<texture name="media_btn_scrollleft.png"/>
|
||||
<texture name="media_btn_scrollright.png"/>
|
||||
<texture name="media_btn_scrollup.png"/>
|
||||
<texture name="media_btn_stoploading.png"/>
|
||||
<texture name="media_panel_divider.png"/>
|
||||
<texture name="media_panel_scrollbg.png"/>
|
||||
|
||||
<texture name="Accordion_ArrowClosed_Off" file_name="Accordion_ArrowClosed_Off.png" preload="false" />
|
||||
<texture name="Accordion_ArrowClosed_Press" file_name="Accordion_ArrowClosed_Press.png" preload="false" />
|
||||
<texture name="Accordion_ArrowOpened_Off" file_name="Accordion_ArrowOpened_Off.png" preload="false" />
|
||||
<texture name="Accordion_ArrowOpened_Press" file_name="Accordion_ArrowOpened_Press.png" preload="false" />
|
||||
<texture name="Accordion_Off" file_name="Accordion_Off.png" preload="false" />
|
||||
<texture name="Accordion_Press" file_name="Accordion_Press.png" preload="false" />
|
||||
<texture name="Accordion_Over" file_name="Accordion_Over.png" preload="false" />
|
||||
<texture name="Accordion_Selected" file_name="Accordion_Selected.png" preload="false" />
|
||||
|
||||
|
||||
<texture name="Parcel_Exp_Color.png" file_name="Parcel_Exp_Color.png" preload="false" />
|
||||
<texture name="Flag.png" file_name="Flag.png" preload="false" />
|
||||
<texture name="go-previous.png"/>
|
||||
<texture name="go-next.png"/>
|
||||
<texture name="go-reload.png"/>
|
||||
<texture name="go-home.png"/>
|
||||
<texture name="go-media-play.png"/>
|
||||
<texture name="go-media-stop.png"/>
|
||||
|
||||
<texture name="Inv_WindLight.png" preload="true"/>
|
||||
<texture name="Inv_WaterLight.png" preload="true"/>
|
||||
|
||||
<texture name="Refresh_Off" file_name="Refresh_Off.png" preload="true" />
|
||||
<texture name="Parcel_PG_Light" file_name="map_event.tga" preload="true" />
|
||||
<texture name="Parcel_M_Dark" file_name="map_event_mature.tga" preload="true" />
|
||||
<texture name="Parcel_R_Light" file_name="map_event_adult.tga" preload="true" />
|
||||
<texture name="chat_btn_active.png" preload="true"/>
|
||||
<texture name="chat_btn.png" preload="true"/>
|
||||
<texture name="screenshot.png" preload="true"/>
|
||||
<texture name="minimap.png" preload="true"/>
|
||||
<texture name="worldmap.png" preload="true"/>
|
||||
<texture name="tools_floatbg.png" preload="true"/>
|
||||
<texture name="closebox.png" preload="true"/>
|
||||
<texture name="OpenlifeBeta_logo" file_name="openlifegridbetalogo.png" preload="true" />
|
||||
<texture name="3dxcreative32_logo" file_name="3dxcreative32.png" preload="true" />
|
||||
<texture name="login_panel" file_name="loginpane.png" preload="true" />
|
||||
<texture name="connect_btn" file_name="Connect120.png" preload="true" />
|
||||
<texture name="skin_thumbnail_dark.png" preload="true" />
|
||||
<texture name="skin_thumbnail_emerald.png" preload="true" />
|
||||
<texture name="skin_thumbnail_gred.png" preload="true" />
|
||||
<texture name="skin_thumbnail_ruby.png" preload="true" />
|
||||
<texture name="skin_thumbnail_pslgreen.png" preload="true" />
|
||||
<texture name="skin_thumbnail_pslpurple.png" preload="true" />
|
||||
<texture name="skin_thumbnail_saphire.png" preload="true" />
|
||||
<texture name="skin_thumbnail_sapphire.png" preload="true" />
|
||||
<texture name="skin_thumbnail_white_emerald.png" preload="true" />
|
||||
</textures>
|
||||
|
||||
@@ -38,10 +38,10 @@
|
||||
<text name="ShadersPrefText4">Ultra</text>
|
||||
<text name="QualityText2">Higher Quality</text>
|
||||
<!-- Are these icons really necessary?
|
||||
<icon bottom="-89" height="14" image_name="rounded_square.tga" left="173" name="LowDivet" width="2"/>
|
||||
<icon bottom="-89" height="14" image_name="rounded_square.tga" left_delta="44" name="MidDivet" width="2"/>
|
||||
<icon bottom="-89" height="14" image_name="rounded_square.tga" left_delta="44" name="HighDivet" width="2"/>
|
||||
<icon bottom="-89" height="14" image_name="rounded_square.tga" left_delta="44" name="UltraDivet" width="2"/>
|
||||
<icon bottom="-89" height="14" image_name="Rounded_Square" left="173" name="LowDivet" width="2"/>
|
||||
<icon bottom="-89" height="14" image_name="Rounded_Square" left_delta="44" name="MidDivet" width="2"/>
|
||||
<icon bottom="-89" height="14" image_name="Rounded_Square" left_delta="44" name="HighDivet" width="2"/>
|
||||
<icon bottom="-89" height="14" image_name="Rounded_Square" left_delta="44" name="UltraDivet" width="2"/>
|
||||
-->
|
||||
|
||||
<check_box label="Benutzerdefiniert" name="CustomSettings"/>
|
||||
|
||||
@@ -16,5 +16,5 @@
|
||||
</scroll_list>
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
<button name="header" label="" image="rounded_square.tga" left="0" bottom="-20" width="100" height="20" follows="left|right|top" toggle="true"/>
|
||||
<button name="header" label="" image="Rounded_Square" left="0" bottom="-20" width="100" height="20" follows="left|right|top" toggle="true"/>
|
||||
</panel>
|
||||
|
||||
@@ -38,10 +38,10 @@
|
||||
<text bottom_delta="0" height="12" left_delta="47" name="ShadersPrefText4">Ultra</text>
|
||||
<text bottom_delta="16" height="12" left_delta="23" name="QualityText2">Higher Quality</text>
|
||||
<!-- Are these icons really necessary?
|
||||
<icon bottom="-89" height="14" image_name="rounded_square.tga" left="173" name="LowDivet" width="2"/>
|
||||
<icon bottom="-89" height="14" image_name="rounded_square.tga" left_delta="44" name="MidDivet" width="2"/>
|
||||
<icon bottom="-89" height="14" image_name="rounded_square.tga" left_delta="44" name="HighDivet" width="2"/>
|
||||
<icon bottom="-89" height="14" image_name="rounded_square.tga" left_delta="44" name="UltraDivet" width="2"/>
|
||||
<icon bottom="-89" height="14" image_name="Rounded_Square" left="173" name="LowDivet" width="2"/>
|
||||
<icon bottom="-89" height="14" image_name="Rounded_Square" left_delta="44" name="MidDivet" width="2"/>
|
||||
<icon bottom="-89" height="14" image_name="Rounded_Square" left_delta="44" name="HighDivet" width="2"/>
|
||||
<icon bottom="-89" height="14" image_name="Rounded_Square" left_delta="44" name="UltraDivet" width="2"/>
|
||||
-->
|
||||
<slider bottom_delta="0" control_name="RenderQualityPerformance" increment="1" initial_val="0" left="165" max_val="3" min_val="0" name="QualityPerformanceSelection" show_text="false" width="150" />
|
||||
<check_box bottom_delta="-10" control_name="RenderCustomSettings" label="Custom" left="410" name="CustomSettings"/>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<layout_stack name="stack2" orientation="vertical" left="0" bottom="0" height="768" width="724" follows="left|right|top|bottom">
|
||||
<layout_panel name="panel3" min_height="10" height="200" width="724"/>
|
||||
<layout_panel name="panel4" min_height="250" height="250" width="724" auto_resize="false">
|
||||
<icon image_name="rounded_square.tga" color="LoginProgressBoxCenterColor" left="0" bottom="0" width="724" height="250" follows="left|right|bottom|top"/>
|
||||
<icon image_name="Rounded_Square" color="LoginProgressBoxCenterColor" left="0" bottom="0" width="724" height="250" follows="left|right|bottom|top"/>
|
||||
<text name="title_text" halign="center" font="SansSerif" left="0" bottom="-70" width="724" height="20" text_color="LoginProgressBoxTextColor" font-shadow="hard" follows="left|right|top"/>
|
||||
<text name="progress_text" halign="center" font="SansSerif" left="0" bottom="-95" width="724" height="20" text_color="LoginProgressBoxTextColor" font-shadow="hard" follows="left|right|top"/>
|
||||
<progress_bar name="login_progress_bar" color="255,255,255,245" height="16" bottom="135" left="45" right="-45" follows="left|right|top" />
|
||||
|
||||
Reference in New Issue
Block a user