blob: 546b66524ea4aee11c09886dabcd09bd20ffe182 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true"
height="465" min_height="200" min_width="375" name="gestures"
title="Active Gestures" width="375">
<text bottom="-30" follows="top|left" font="SansSerifSmall" left="15"
name="help_label">
Chat a trigger phrase or press a key to play animations
and sounds.
</text>
<scroll_list bottom_delta="-375" draw_border="true" draw_heading="true"
follows="top|left|bottom|right" height="370" left="15" multi_select="false"
name="gesture_list" width="345">
<column label="Trigger" name="trigger" width="70" />
<column label="Key" name="shortcut" width="70" />
<column label="" name="key" width="-1" />
<column label="Name" name="name" width="160" />
</scroll_list>
<button bottom_delta="-30" follows="bottom|right" height="20" label="New" left="-365"
name="new_gesture_btn" width="80" />
<button bottom_delta="0" follows="bottom|right" height="20" label="Inventory"
left_delta="90" name="inventory_btn" width="80" />
<button bottom_delta="0" follows="bottom|right" height="20" label="Edit"
left_delta="90" name="edit_btn" width="80" />
<button bottom_delta="0" follows="bottom|right" height="20" label="Play"
left_delta="90" name="play_btn" width="80" />
<button bottom_delta="0" follows="bottom|right" height="20" label="Stop" left_delta="0"
name="stop_btn" width="80" />
</floater>
|