-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
72 lines (72 loc) · 1.79 KB
/
Copy pathmod.json
File metadata and controls
72 lines (72 loc) · 1.79 KB
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
{
"geode": "5.8.1",
"version": "1.0.0",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"id": "clickbeyondframes",
"name": "Click Beyond Frames",
"developer": "frostre1997",
"description": "Click Beyond Frames with customizable FPS/TPS counter",
"settings": {
"cbf-enabled": {
"name": "Enable CBF",
"type": "bool",
"default": true
},
"polling-rate": {
"name": "Polling Rate (Hz)",
"type": "int",
"default": 1000,
"min": 60,
"max": 2000
},
"show-counter": {
"name": "Show Counter",
"type": "bool",
"default": true
},
"counter-scale": {
"name": "Counter Scale",
"type": "float",
"default": 0.5,
"min": 0.3,
"max": 2.0
},
"counter-pos-x": {
"name": "Position X Offset",
"type": "float",
"default": 0.0,
"min": -500.0,
"max": 500.0
},
"counter-pos-y": {
"name": "Position Y Offset",
"type": "float",
"default": 0.0,
"min": -500.0,
"max": 500.0
},
"show-fps": {
"name": "Show FPS",
"type": "bool",
"default": true
},
"show-tps": {
"name": "Show TPS",
"type": "bool",
"default": true
},
"counter-color": {
"name": "Counter Color",
"type": "int",
"default": 0,
"min": 0,
"max": 3,
"description": "0=White, 1=Green, 2=Yellow, 3=Red"
}
}
}