blob: 9640adcdf82cdad68fa1154d394efc6529af9037 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_skin_panel">
<panel name="avatar_skin_color_panel">
<texture_picker label="Tatouage tête" name="Head Tattoos" tool_tip="Cliquez pour sélectionner une image" width="76"/>
<texture_picker label="Tatouage haut" name="Upper Tattoos" tool_tip="Cliquez pour sélectionner une image" width="80"/>
<texture_picker label="Tatouage bas" name="Lower Tattoos" tool_tip="Cliquez pour sélectionner une image"/>
</panel>
<panel name="accordion_panel">
<accordion name="wearable_accordion">
<accordion_tab name="skin_color_tab" title="Couleur"/>
<accordion_tab name="skin_face_tab" title="Détails visage"/>
<accordion_tab name="skin_makeup_tab" title="Maquillage"/>
<accordion_tab name="skin_body_tab" title="Détails corps"/>
</accordion>
</panel>
</panel>
|