blob: 14f0d7d5e0ffd06478c531a2a224e5879280407c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="もの" name="Outfits">
<tab_container name="appearance_tabs">
<panel label="マイ アウトフィット" name="outfitslist_tab"/>
<inventory_panel label="着用中" name="cof_tab"/>
</tab_container>
<panel name="bottom_panel">
<button name="options_gear_btn" tool_tip="その他のオプションを表示します"/>
<dnd_button name="trash_btn" tool_tip="選択したアイテムを削除します"/>
<button label="アウトフィットを保存する" name="make_outfit_btn" tool_tip="容姿をアウトフィットに保存します" width="140"/>
<button label="装着" name="wear_btn" tool_tip="選択したアウトフィットを着用します"/>
<button label="アウトフットの編集" name="edit_current_outfit_btn"/>
</panel>
</panel>
|