-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmod.json
More file actions
43 lines (43 loc) · 1018 Bytes
/
mod.json
File metadata and controls
43 lines (43 loc) · 1018 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
{
"geode": "5.6.1",
"gd": {
"win": "2.2081",
"android": "2.2081",
"ios": "2.2081",
"mac": "2.2081"
},
"id": "iandyhd3.infinite_inputs",
"name": "Infinite Inputs",
"version": "v2.0.0",
"developer": "iAndyHD3",
"description": "Keyboard, Mouse and Touch support to levels!",
"resources": {
"sprites": [
"resources/*.png"
]
},
"links": {
"source": "https://github.com/iAndyHD3/InfiniteInputs",
"community": "https://discord.gg/7kyvwJVcqJ"
},
"settings": {
"trigger-ui": {
"type": "bool",
"default": true,
"name": "Custom Trigger UI",
"description": "Disables the custom trigger UI. This provides access to edit the text labels directly. <cr>Disable this if you encounter any crashes while entering the editor</c>"
},
"enable-logs": {
"type": "bool",
"default": false,
"name": "Enable Logs",
"description": "Enables logging for the mod. This can be useful for debugging purposes."
}
},
"tags": [
"editor",
"offline",
"customization",
"gameplay"
]
}