blob: df00cfb2eba3987868dff8f6709c962e44c77ab0 (
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="Ting" name="Outfits">
<tab_container name="appearance_tabs">
<inventory_panel label="MINE SÆT" name="outfitslist_tab"/>
<inventory_panel label="HAR PÅ" name="cof_tab"/>
</tab_container>
<panel name="bottom_panel">
<button name="options_gear_btn" tool_tip="Vis flere muligheder"/>
<dnd_button name="trash_btn" tool_tip="Fjern valgte genstand"/>
<button label="Gem sæt" name="make_outfit_btn" tool_tip="Gem udseende som nyt sæt"/>
<button label="Tag på" name="wear_btn" tool_tip="Tag valgte sæt på"/>
<button label="M" name="look_edit_btn"/>
</panel>
</panel>
|