summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/panel_edit_alpha.xml
blob: 97186070c30d2a4b77074b7e575ce848f3dd9dbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_alpha_panel">
  <scroll_container name="avatar_alpha_color_panel_scroll">
    <panel name="avatar_alpha_color_panel">
      <check_box name="lower alpha texture invisible" />
      <texture_picker label="アルファ(下半身)" name="Lower Alpha" tool_tip="クリックで画像を選択できます。" />
      <check_box name="upper alpha texture invisible" />
      <texture_picker label="アルファ(上半身)" name="Upper Alpha" tool_tip="クリックで画像を選択できます。" />
      <check_box name="head alpha texture invisible" />
      <texture_picker label="頭部のアルファ" name="Head Alpha" tool_tip="クリックで画像を選択できます。" />
      <check_box name="eye alpha texture invisible" />
      <texture_picker label="瞳のアルファ" name="Eye Alpha" tool_tip="クリックで画像を選択できます。" />
      <check_box name="hair alpha texture invisible" />
      <texture_picker label="髪のアルファ" name="Hair Alpha" tool_tip="クリックで画像を選択できます。" />
    </panel>
  </scroll_container>
</panel>