blob: f8ae3cd2d8c33341610471aea29fa6663505e587 (
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="BALIZAS">
<panel name="beacons_panel">
<text name="label_show">
Mostrar:
</text>
<check_box label="Balizas" name="beacons"/>
<check_box label="Realce" name="highlights"/>
<text name="beacon_width_label" tool_tip="Largura da baliza">
Largura:
</text>
<text name="label_objects">
Para estes objetos:
</text>
<check_box label="Físicos" name="physical"/>
<check_box label="Com script" name="scripted"/>
<check_box label="Só tocar" name="touch_only"/>
<check_box label="Fontes de som" name="sounds"/>
<check_box label="Fontes de partículas" name="particles"/>
<check_box label="Fontes de mídia" name="moapbeacon"/>
</panel>
</floater>
|