blob: 1613b23e752b0064cc22aff8cc9b7a21f48db1c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="beacons" title="BEACONS">
<panel name="beacons_panel">
<text name="label_show">
Show :
</text>
<check_box label="Beacons" name="beacons"/>
<check_box label="Highlights" name="highlights"/>
<text name="beacon_width_label" tool_tip="Beacon width">
Width:
</text>
<text name="label_objects">
For these objects:
</text>
<check_box label="Physical" name="physical"/>
<check_box label="Scripted" name="scripted"/>
<check_box label="Touch only" name="touch_only"/>
<check_box label="Sound sources" name="sounds"/>
<check_box label="Particle sources" name="particles"/>
<check_box label="Media sources" name="moapbeacon"/>
</panel>
</floater>
|