blob: b4c9f3ab29ea095412eb4eb2d75981fd523e34f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- Explicit left edge to avoid overlapping build tools -->
<floater name="telehub" title="TELEHUB">
<text name="status_text_connected">
Telehub connected to object [OBJECT]
</text>
<text name="status_text_not_connected">
No telehub connected.
</text>
<text name="help_text_connected">
To remove, click Disconnect.
</text>
<text name="help_text_not_connected">
Select object and click Connect Telehub.
</text>
<button label="Connect Telehub" name="connect_btn"/>
<button label="Disconnect" name="disconnect_btn"/>
<text name="spawn_points_text">
Spawn Points (positions, not objects):
</text>
<button label="Add Spawn" name="add_spawn_point_btn"/>
<button label="Remove Spawn" name="remove_spawn_point_btn"/>
<text name="spawn_point_help">
Select object and click "Add Spawn" to specify position.
You can then move or delete the object.
Positions are relative to the telehub center.
Select an item in list to highlight it inworld.
</text>
</floater>
|