71 lines
2.7 KiB
XML
71 lines
2.7 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="false"
|
|
width="250" height="255"
|
|
name="beacons" title="Beacons"
|
|
rect_control="FloaterBeaconsRect" control_name="ShowBeaconsFloater">
|
|
<panel bottom="10" follows="left|top|right|bottom" left="10" width="230" height="230" name="beacons_panel">
|
|
<check_box bottom_delta="-24" follows="left|top" left="0" control_name="BeaconsKeepVisible" label="Keep beacons when closing floater" name="always_on"/>
|
|
<check_box bottom_delta="-30" follows="left|top" control_name="renderbeacons" label="Render Beacons" name="beacons">
|
|
<check_box.commit_callback
|
|
function="Beacons.UICheck" />
|
|
</check_box>
|
|
<check_box bottom_delta="-20" follows="left|top" control_name="renderhighlights" label="Render Highlights" name="highlights">
|
|
<check_box.commit_callback
|
|
function="Beacons.UICheck" />
|
|
</check_box>
|
|
<text
|
|
type="string"
|
|
length="1"
|
|
bottom_delta="-20"
|
|
follows="left|top"
|
|
height="16"
|
|
left="20"
|
|
name="beacon_width_label"
|
|
width="128">
|
|
Beacon Width:
|
|
</text>
|
|
<slider
|
|
control_name="DebugBeaconLineWidth"
|
|
decimal_digits="0"
|
|
height="16"
|
|
increment="1"
|
|
initial_value="1"
|
|
max_val="16"
|
|
min_val="1"
|
|
name="beacon_width"
|
|
bottom_delta="-14"
|
|
width="180" />
|
|
<check_box bottom_delta="-22" follows="left|top" left="0" control_name="physicalbeacon" label="Physical Objects" name="physical">
|
|
<check_box.commit_callback
|
|
function="Beacons.UICheck" />
|
|
</check_box>
|
|
<check_box bottom_delta="-20" follows="left|top" control_name="scriptsbeacon" label="Scripted Objects" name="scripted">
|
|
<check_box.commit_callback
|
|
function="Beacons.UICheck" />
|
|
</check_box>
|
|
<check_box bottom_delta="-20" follows="left|top" control_name="scripttouchbeacon" label="Scripted Objects with Touch Only" name="touch_only">
|
|
<check_box.commit_callback
|
|
function="Beacons.UICheck" />
|
|
</check_box>
|
|
<check_box bottom_delta="-20" follows="left|top" control_name="soundsbeacon" label="Sound Sources" name="sounds">
|
|
<check_box.commit_callback
|
|
function="Beacons.UICheck" />
|
|
</check_box>
|
|
<check_box bottom_delta="-20" follows="left|top" control_name="particlesbeacon" label="Particle Sources" name="particles">
|
|
<check_box.commit_callback
|
|
function="Beacons.UICheck" />
|
|
</check_box>
|
|
<check_box
|
|
bottom_delta="-20"
|
|
follows="left|top"
|
|
control_name="moapbeacon"
|
|
height="16"
|
|
left="0"
|
|
label="Media sources"
|
|
name="moapbeacon" >
|
|
<check_box.commit_callback
|
|
function="Beacons.UICheck" />
|
|
</check_box>
|
|
</panel>
|
|
</floater>
|