blob: 47342ffc5b511c1e2839453917e0e274c4591941 (
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
can_minimize="false"
center_horiz="true"
follows="bottom"
height="58"
layout="topleft"
name="move_floater"
save_rect="true"
width="135">
<button
follows="left|bottom"
height="25"
image_disabled="move_turn_left_out.tga"
image_disabled_selected="move_turn_left_in.tga"
image_selected="move_turn_left_in.tga"
image_unselected="move_turn_left_out.tga"
layout="topleft"
left="20"
name="turn left btn"
picture_style="true"
scale_image="false"
tool_tip="Turn Left"
top="29"
width="25" />
<button
follows="left|bottom"
height="25"
image_disabled="move_turn_right_out.tga"
image_disabled_selected="move_turn_right_in.tga"
image_selected="move_turn_right_in.tga"
image_unselected="move_turn_right_out.tga"
layout="topleft"
left_pad="21"
name="turn right btn"
picture_style="true"
scale_image="false"
tool_tip="Turn Right"
top_delta="0"
width="25" />
<button
follows="left|bottom"
height="25"
image_disabled="move_up_out.tga"
image_disabled_selected="move_up_in.tga"
image_selected="move_up_in.tga"
image_unselected="move_up_out.tga"
layout="topleft"
left="91"
name="move up btn"
picture_style="true"
scale_image="false"
tool_tip="Jump or Fly Up"
top="4"
width="25" />
<button
follows="left|bottom"
height="25"
image_disabled="move_down_out.tga"
image_disabled_selected="move_down_in.tga"
image_selected="move_down_in.tga"
image_unselected="move_down_out.tga"
layout="topleft"
left_delta="0"
name="move down btn"
picture_style="true"
scale_image="false"
tool_tip="Crouch or Fly Down"
top_delta="25"
width="25" />
<joystick_slide
follows="left|bottom"
height="25"
image_selected="move_left_in.tga"
image_unselected="move_left_out.tga"
layout="topleft"
left="20"
name="slide left btn"
picture_style="true"
quadrant="left"
scale_image="false"
tool_tip="Move Left"
top="4"
width="25" />
<joystick_slide
follows="left|bottom"
height="25"
image_selected="move_right_in.tga"
image_unselected="move_right_out.tga"
layout="topleft"
left_pad="21"
name="slide right btn"
picture_style="true"
quadrant="right"
scale_image="false"
tool_tip="Move Right"
top_delta="0"
width="25" />
<joystick_turn
follows="left|bottom"
height="25"
image_selected="move_forward_in.tga"
image_unselected="move_forward_out.tga"
layout="topleft"
left_delta="-21"
name="forward btn"
picture_style="true"
quadrant="up"
scale_image="false"
tool_tip="Move Forward"
top_delta="0"
width="21" />
<joystick_turn
follows="left|bottom"
height="25"
image_selected="move_backward_in.tga"
image_unselected="move_backward_out.tga"
layout="topleft"
left_delta="0"
name="backward btn"
picture_style="true"
quadrant="down"
scale_image="false"
tool_tip="Move Backward"
top_delta="25"
width="21" />
</floater>
|