mirror of
https://gitlab.com/hashborgir/d2tweaks-rnd2k.git
synced 2024-11-30 20:55:59 +00:00
21 lines
554 B
XML
21 lines
554 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<interface>
|
|
<menu name="autotransmute" default_pos_x="0" default_pos_y="0" width="-1" height="-1">
|
|
<button
|
|
name="m_auto_transmute_btn"
|
|
default_pos_x="0"
|
|
default_pos_y="0"
|
|
width="32"
|
|
height="32"
|
|
image="d2tweaks\assets\buttons"
|
|
frameDown="5"
|
|
frameUp="4"
|
|
clickSound="4"
|
|
popup="Auto transmute"
|
|
resolution_count="1"
|
|
|
|
res1_x="0" pos1_x="0"
|
|
res1_y="0" pos1_y="0"
|
|
/>
|
|
</menu>
|
|
</interface> |