-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
35 lines (33 loc) · 839 Bytes
/
Copy pathmod.json
File metadata and controls
35 lines (33 loc) · 839 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
{
"geode": "5.3.0",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"id": "quadruplea0.flashlight",
"name": "Flashlight",
"version": "v1.0.1",
"developer": "quadruplea0",
"description": "Flashlight effect to use on any level",
"dependencies": {
"geode.node-ids": ">=v1.20.0"
},
"settings": {
"darkness": {
"name": "Darkness Amount",
"description": "How much to dim the level outside the beam (0 = off)",
"type": "float",
"default": 0.45,
"min": 0.0,
"max": 1,
"control": {
"slider": true,
"input": true
}
}
},
"tags": ["utility", "customization", "joke"],
"links": {"source": "https://github.com/quadruplea0/Flashlight"}
}