-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmod.json
More file actions
74 lines (74 loc) · 1.52 KB
/
mod.json
File metadata and controls
74 lines (74 loc) · 1.52 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
{
"geode": "4.9.0",
"gd": {
"win": "2.2074",
"android": "2.2074",
"mac": "2.2074",
"ios": "2.2074"
},
"id": "bobby_shmurner.zoom",
"name": "Zoooom!",
"version": "1.3.3",
"developer": "Bobby Shmurner",
"description": "Allows you to zoom while paused!",
"links": {
"source": "https://github.com/BobbyShmurner/Zoom"
},
"dependencies": {
"geode.node-ids": {
"version": ">=v1.20.1",
"importance": "required"
},
"geode.custom-keybinds": {
"version": ">=v1.10.3",
"importance": "required",
"platforms": ["win", "mac"]
}
},
"resources": {
"sprites": [
"resources/*.png"
]
},
"tags": [
"enhancement",
"interface",
"offline",
"utility"
],
"settings": {
"zoom-sensitivity": {
"name": "Zoom Speed",
"description": "The zoom sensitivity. Higher values zoom in faster.",
"type": "float",
"default": 1,
"min": 0.1,
"max": 10,
"control": {
"slider": true
},
"platforms": ["win", "mac"]
},
"auto-hide-menu": {
"name": "Auto Hide Menu",
"description": "Automatically hides the menu when you zoom in.",
"type": "bool",
"default": true,
"platforms": ["win", "mac"]
},
"auto-show-menu": {
"name": "Auto Show Menu",
"description": "Automatically shows the menu when you zoom back out.",
"type": "bool",
"default": true,
"platforms": ["win", "mac"]
},
"alt-disables-zoom": {
"name": "Alt Disables Zoom",
"description": "Disables zooming while Alt is held.",
"type": "bool",
"default": true,
"platforms": ["win", "mac"]
}
}
}