blob: a704fe0dee616dcd057a7fd97fc00c9b4c81be17 (
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 bottom="-572" can_close="true" can_drag_on_left="false" can_minimize="true"
can_resize="false" enabled="true" height="180" left="0" min_height="100"
min_width="100" mouse_opaque="true" name="floater_bumps"
rect_control="FloaterBumpRect" title="Bumps, Pushes & Hits" width="400">
<scroll_list background_visible="true" bottom="-172" column_padding="5" draw_border="false"
draw_heading="false" draw_stripes="true" enabled="true"
follows="left|top|right|bottom" height="152" left="6" mouse_opaque="true"
multi_select="true" name="bump_list" width="388" />
<string name="none_detected">
None detected
</string>
<string name="bump">
[TIME] [FIRST] [LAST] bumped you
</string>
<string name="llpushobject">
[TIME] [FIRST] [LAST] pushed you with a script
</string>
<string name="selected_object_collide">
[TIME] [FIRST] [LAST] hit you with an object
</string>
<string name="scripted_object_collide">
[TIME] [FIRST] [LAST] hit you with a scripted object
</string>
<string name="physical_object_collide">
[TIME] [FIRST] [LAST] hit you with a physical object
</string>
</floater>
|