summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_camera.xml
blob: 7f24b11d14ac0976aab08b78b03e1bff812c8d62 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 can_minimize="false"
 center_horiz="true"
 follows="top"
 height="64"
 layout="topleft"
 name="camera_floater"
 save_rect="true"
 width="176">
    <floater.string
     name="rotate_tooltip">
        Rotate Camera Around Focus
    </floater.string>
    <floater.string
     name="zoom_tooltip">
        Zoom Camera Towards Focus
    </floater.string>
    <floater.string
     name="move_tooltip">
        Move Camera Up and Down, Left and Right
    </floater.string>
    <joystick_rotate
     follows="top|left"
     height="64"
     image_selected="cam_rotate_in.tga"
     image_unselected="cam_rotate_out.tga"
     layout="topleft"
     left="16"
     name="cam_rotate_stick"
     picture_style="true"
     quadrant="left"
     scale_image="false"
     sound_flags="3"
     tool_tip="rotate_tooltip"
     top="0"
     width="64" />
    <joystick_zoom
     follows="top|left"
     height="64"
     image_unselected="cam_zoom_out.tga"
     layout="topleft"
     left_delta="64"
     minus_image="cam_zoom_minus_in.tga"
     name="zoom"
     picture_style="true"
     plus_image="cam_zoom_plus_in.tga"
     quadrant="left"
     scale_image="false"
     sound_flags="3"
     tool_tip="zoom_tooltip"
     top_delta="0"
     width="16" />
    <joystick_track
     follows="top|left"
     height="64"
     image_selected="cam_tracking_in.tga"
     image_unselected="cam_tracking_out.tga"
     layout="topleft"
     left_delta="16"
     name="cam_track_stick"
     picture_style="true"
     quadrant="left"
     scale_image="false"
     sound_flags="3"
     tool_tip="move_tooltip"
     top_delta="0"
     width="64" />
</floater>