-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
101 lines (101 loc) · 2.21 KB
/
mod.json
File metadata and controls
101 lines (101 loc) · 2.21 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
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
{
"geode": "2.0.0-beta.22",
"gd": {
"win": "2.204",
"android": "2.205"
},
"version": "v1.0.1",
"settings": {
"enabled":{
"name": "Enable",
"description": "Enable the FPS Counter.",
"type": "bool",
"default": true
},
"color": {
"name": "Color",
"description": "The color of the counter.",
"type": "rgb",
"default": "#FFFFFF"
},
"font": {
"name": "Font",
"description": "The font of the counter",
"type": "int",
"default": 1,
"min": 1,
"max": 60
},
"size": {
"name": "Size",
"description": "The size of the counter.",
"type": "float",
"default": 0.5,
"min": 0,
"max": 3,
"control": {
"slider": true
}
},
"opacity": {
"name": "Opacity",
"description": "The opacity of the counter.",
"type": "float",
"default": 0.35,
"min": 0,
"max": 1,
"control": {
"slider": true
}
},
"position": {
"name": "Position",
"description": "Top Left, Top Right, Down Left, or Down Right",
"type": "int",
"default": 1,
"min": 1,
"max": 4,
"control": {
"slider": false
}
},
"no_text": {
"name": "No FPS Text",
"description": "Removes the FPS text",
"type": "bool",
"default": false
},
"offset_x": {
"name": "X Offset",
"description": "Move the counter in the X axis.",
"type": "int",
"default": 0,
"min": -300,
"max": 300,
"control": {
"slider": true
}
},
"offset_y": {
"name": "Y Offset",
"description": "Move the counter in the Y axis.",
"type": "int",
"default": 0,
"min": -300,
"max": 300,
"control": {
"slider": true
}
}
},
"id": "zilko.fps_counter",
"name": "FPS Counter",
"developer": "Zilko",
"description": "Add a customizable FPS Counter to your screen!",
"tags": [
"Utility",
"Gameplay",
"Enhancement"
],
"repository": "https://github.com/ZiLko/FPS_Counter"
}