blob: f5e3dd348de276d17096da7ab3ac4919c88600f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_tattoo_panel">
<scroll_container name="avatar_tattoo_scroll">
<panel name="avatar_tattoo_color_panel">
<texture_picker label="頭部のタトゥ" name="Head Tattoo" tool_tip="クリックして画像を選択する"/>
<texture_picker label="上半身のタトゥ" name="Upper Tattoo" tool_tip="クリックして画像を選択する"/>
<texture_picker label="下半身のタトゥ" name="Lower Tattoo" tool_tip="クリックして画像を選択する"/>
<color_swatch label="色/明暗" name="Color/Tint" tool_tip="クリックしてカラーピッカーを開きます"/>
</panel>
</scroll_container>
</panel>
|