summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_moveview.xml
blob: 01a1b95a9ad1cf79cc657da07c43ce19a41ca7bf (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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 legacy_header_height="18"
 can_dock="true"
 can_close="true"
 can_minimize="true"
 center_horiz="true"
 follows="bottom"
 height="110"
 layout="topleft"
 name="move_floater"
 help_topic="move_floater"
 save_rect="true"
 save_visibility="true"
 width="115">
    <string
     name="walk_forward_tooltip">
        Walk Forward (press Up Arrow or W)
    </string>
    <string
     name="walk_back_tooltip">
        Walk Backwards (press Down Arrow or S)
    </string>
    <string
     name="run_forward_tooltip">
        Run Forward (press Up Arrow or W)
    </string>
    <string
     name="run_back_tooltip">
        Run Backwards (press Down Arrow or S)
    </string>
    <string
     name="fly_forward_tooltip">
        Fly Forward (press Up Arrow or W)
    </string>
    <string
     name="fly_back_tooltip">
        Fly Backwards (press Down Arrow or S)
    </string>
    <panel
     border="true" 
     height="83"
     follows="left|top" 
     layout="topleft"
     left="0"
     mouse_opaque="false" 
     name="panel_actions"
     top="0"
     width="115">
        <button
         follows="left|bottom"
         height="25"
         image_selected="Movement_TurnLeft_On"
         image_pressed_selected="Movement_TurnLeft_On"
         image_unselected="Movement_TurnLeft_Off"
         layout="topleft"
         left="17"
         name="turn left btn"
         picture_style="true"
         scale_image="false"
         tool_tip="Turn left (press Left Arrow or A)"
         top="45"
         width="25" />
        <button
         follows="left|bottom"
         height="25"
         image_selected="Movement_TurnRight_On"
         image_pressed_selected="Movement_TurnRight_On"
         image_unselected="Movement_TurnRight_Off"
         layout="topleft"
         left_pad="34"
         name="turn right btn"
         picture_style="true"
         scale_image="false"
         tool_tip="Turn right (press Right Arrow or D)"
         top_delta="0"
         width="25" />
        <button
         follows="left|bottom"
         height="25"
         image_selected="Movement_Up_On"
         image_pressed_selected="Movement_Up_On"
         image_unselected="Movement_Up_Off"
         layout="topleft"
         left="10"
         name="move up btn"
         picture_style="true"
         scale_image="false"
         tool_tip="Fly up, press &quot;E&quot;"
         top="14"
         width="25" />
        <button
         follows="left|bottom"
         height="25"
         image_selected="Movement_Down_On"
         image_pressed_selected="Movement_Down_On"
         image_unselected="Movement_Down_Off"
         layout="topleft"
         left_pad="45"
         name="move down btn"
         picture_style="true"
         scale_image="false"
         tool_tip="Fly down, press &quot;C&quot;"
         top_delta="0"
         width="20" />
        <joystick_turn
         follows="left|bottom"
         height="25"
         image_selected="Movement_Forward_On"
         image_pressed_selected="Movement_Forward_On"
         image_unselected="Movement_Forward_Off"
         layout="topleft"
         left="46"
         name="forward btn"
         picture_style="true"
         quadrant="up"
         scale_image="false"
         tool_tip="Walk forward (press up arrow or W)"
         top_delta="10"
         width="21" />
        <joystick_turn
         follows="left|bottom"
         height="25"
         image_selected="Movement_Backward_On"
         image_pressed_selected="Movement_Backward_On"
         image_unselected="Movement_Backward_Off"
         layout="topleft"
         left_delta="0"
         name="backward btn"
         picture_style="true"
         quadrant="down"
         scale_image="false"
         tool_tip="Walk backward (press down arrow or S)"
         top_delta="30"
         width="21" />
    </panel>
<!-- Width and height of this panel should be synchronized with panel_stand_stop_flying.xml -->
    <panel
     border="true" 
     height="27"
     layout="topleft"
     left="0"
     name="panel_modes"
     top_pad="0"
     width="115">
        <button
         follows="left|bottom"
         height="23"
         image_overlay="Move_Walk_Off"
         image_selected="PushButton_Selected_Press" 
	 label=""
         layout="topleft"
         name="mode_walk_btn"
         left="10"
         pad_right="0"
         tool_tip="Walking mode"
         top="2"
         width="31" />
        <button
         follows="left|bottom"
         font="SansSerifSmall" 
         height="23"
         image_overlay="Move_Run_Off"
         image_selected="PushButton_Selected_Press" 
	 label=""
         layout="topleft"
         left_pad="0"
         name="mode_run_btn"
         pad_left="0"
         pad_right="0"
         tool_tip="Running mode"
         top="2"
         width="31" />
        <button
         follows="left|bottom"
         height="23"
         image_overlay="Move_Fly_Off"
         image_selected="PushButton_Selected_Press" 
	 label=""
         layout="topleft"
         left_pad="0"
         name="mode_fly_btn"
         pad_left="0"
         pad_right="0"
         tool_tip="Flying mode"
         top="2"
         width="31" />
        <button
         visible="false" 
         follows="left|bottom"
         height="20"
         label="Stop Flying"
         layout="topleft"
         left="0"
         name="stop_fly_btn"
         tool_tip="Stop flying"
         top="2"
         width="115" />
    </panel>
</floater>