forked from CafeFPS/scripts_r5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hud_textures.txt
123 lines (119 loc) · 2.04 KB
/
hud_textures.txt
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
"sprites/640_hud"
{
TextureData
{
// PC input /////////////////////////////////////////////////////////////
// Row 1
"icon_blank"
{
"file" "vgui/hud/pc_input_icons"
"x" "0"
"y" "0"
"width" "64"
"height" "64"
"text_color" "255 255 255 255"
}
"icon_mouseLeft"
{
"file" "vgui/hud/pc_input_icons"
"x" "64"
"y" "0"
"width" "64"
"height" "64"
"text_color" "255 255 255 255"
}
"icon_mouseRight"
{
"file" "vgui/hud/pc_input_icons"
"x" "128"
"y" "0"
"width" "64"
"height" "64"
"text_color" "255 255 255 255"
}
"icon_mouseThree"
{
"file" "vgui/hud/pc_input_icons"
"x" "195"
"y" "2"
"width" "57"
"height" "57"
"text_color" "255 255 255 255"
}
// Row 2
"icon_mouseWheel_up"
{
"file" "vgui/hud/pc_input_icons"
"x" "0"
"y" "64"
"width" "64"
"height" "64"
"text_color" "255 255 255 255"
}
"icon_mouseWheel_down"
{
"file" "vgui/hud/pc_input_icons"
"x" "64"
"y" "64"
"width" "64"
"height" "64"
"text_color" "255 255 255 255"
}
"icon_key_up"
{
"file" "vgui/hud/pc_input_icons"
"x" "141"
"y" "75"
"width" "38"
"height" "38"
"text_color" "255 255 255 255"
}
"icon_key_down"
{
"file" "vgui/hud/pc_input_icons"
"x" "205"
"y" "75"
"width" "38"
"height" "38"
"text_color" "255 255 255 255"
}
// Row 3
"icon_key_wide"
{
"file" "vgui/hud/pc_input_icons"
"x" "15"
"y" "132"
"width" "98"
"height" "52"
"text_color" "255 255 255 255"
}
"icon_key_left"
{
"file" "vgui/hud/pc_input_icons"
"x" "141"
"y" "139"
"width" "38"
"height" "38"
"text_color" "255 255 255 255"
}
"icon_key_right"
{
"file" "vgui/hud/pc_input_icons"
"x" "205"
"y" "139"
"width" "38"
"height" "38"
"text_color" "255 255 255 255"
}
// Row 4
"icon_key_generic"
{
"file" "vgui/hud/pc_input_icons"
"x" "7"
"y" "197"
"width" "50"
"height" "50"
"text_color" "255 255 255 255"
}
}
}