-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
40 lines (40 loc) · 786 Bytes
/
Copy pathmod.json
File metadata and controls
40 lines (40 loc) · 786 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
{
"geode": "5.0.0-beta.2",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"id": "jamiexists.levellockout",
"name": "LevelLockout",
"version": "v0.0.5",
"developer": "JamiExists",
"description": "When you die 5 times, it kicks you out of the level.",
"dependencies": {
"geode.node-ids": ">=v1.22.0"
},
"tags": ["joke", "gameplay"],
"settings": {
"thetitle" : {
"type": "title",
"name": "LevelLockout Settings"
},
"shouldlockout": {
"name": "Lockout?",
"type": "bool",
"default": false
},
"reset": {
"name": "Reset Lockout status",
"type": "bool",
"default": false,
"enable-if": "shouldlockout"
}
},
"resources": {
"sprites": [
"resources/Btn_001.png"
]
}
}