-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.json
More file actions
54 lines (54 loc) · 935 Bytes
/
default.json
File metadata and controls
54 lines (54 loc) · 935 Bytes
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
{
"toggle": {
"bhop": false,
"glow": false,
"aim": false
},
"bhop": {},
"glow": {
"enemy_glow": {
"enabled": true,
"glow_rgba": [
1.0,
0.0,
0.0,
0.4
],
"entity_color": [
255,
255,
255,
255
],
"render_when_occluded": true,
"render_when_unoccluded": true,
"full_bloom": false,
"health_affect": false,
"bomb_defusal_affect": false
},
"team_glow": {
"enabled": false,
"glow_rgba": [
0.0,
0.0,
1.0,
0.3
],
"entity_color": [
255,
255,
255,
255
],
"render_when_occluded": true,
"render_when_unoccluded": true,
"full_bloom": false,
"health_affect": false,
"bomb_defusal_affect": false
}
},
"aim": {
"mode": "FOV",
"targeting_mode": "CLOSEST"
}
}