-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
45 lines (45 loc) · 873 Bytes
/
mod.json
File metadata and controls
45 lines (45 loc) · 873 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
41
42
43
44
45
{
"geode": "2.0.0-beta.22",
"gd": {
"win": "2.204"
},
"version": "v1.1.0",
"id": "zilko.custom_labels",
"name": "Custom Labels",
"developer": "Zilko",
"description": "Add fully customizable labels to your screen!",
"repository": "https://github.com/ZiLko/Custom_Labels",
"settings": {
"labels_enabled": {
"name": "Show Labels",
"description": "Shows all labels that you have added.",
"type": "bool",
"default": true
},
"button_enabled": {
"name": "Show Button",
"description": "Shows the Labels Menu Button on the pause menu.",
"type": "bool",
"default": true
},
"button_menu": {
"type": "custom"
}
},
"resources": {
"sprites": [
"resources/button.png"
]
},
"tags": [
"Utility",
"Gameplay"
],
"dependencies": [
{
"id": "geode.node-ids",
"version": ">=v1.8.1",
"importance": "required"
}
]
}