blob: 5a3a94915070944fea81eaab3d25776a0ba5cd7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_shape_panel">
<string name="meters">
メートル
</string>
<string name="feet">
フィート
</string>
<string name="height">
高さ:
</string>
<text name="avatar_height"/>
<panel label="シャツ" name="accordion_panel">
<accordion name="wearable_accordion">
<accordion_tab name="shape_body_tab" title="身体"/>
<accordion_tab name="shape_head_tab" title="頭"/>
<accordion_tab name="shape_eyes_tab" title="目"/>
<accordion_tab name="shape_ears_tab" title="耳"/>
<accordion_tab name="shape_nose_tab" title="鼻"/>
<accordion_tab name="shape_mouth_tab" title="口"/>
<accordion_tab name="shape_chin_tab" title="あご"/>
<accordion_tab name="shape_torso_tab" title="上半身"/>
<accordion_tab name="shape_legs_tab" title="脚"/>
</accordion>
</panel>
</panel>
|