-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmod.json
More file actions
53 lines (53 loc) · 1.79 KB
/
mod.json
File metadata and controls
53 lines (53 loc) · 1.79 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
{
"geode": "4.2.0",
"gd": {
"win": "2.2074",
"mac": "2.2074"
},
"version": "v4.2.0-beta.20",
"id": "spaghettdev.betterinputs",
"name": "BetterInputs",
"developer": "SpaghettDev",
"description": "Makes inputs behave like they should.",
"tags": ["enhancement"],
"links": {
"community": "https://discord.gg/3bShQb6Jz3",
"source": "https://github.com/SpaghettDev/BetterInputs"
},
"issues": {
"info": "Report any bugs/suggestions here.",
"url": "https://github.com/SpaghettDev/BetterInputs/issues"
},
"settings": {
"allow-any-character": {
"name": "Allow any character",
"description": "Allows inputting any character (even ones not allowed) into input nodes.",
"type": "bool",
"default": true
},
"bypass-length-check": {
"name": "Bypass Length Check",
"description": "Allows inserting however many characters into an input node.",
"type": "bool",
"default": true
},
"alternate-cursor-blink": {
"name": "Alternate Cursor blink",
"description": "Alternate cursor blinking animation, similar to VSCode.",
"type": "bool",
"default": false
},
"alternate-deselect": {
"name": "Alternate Deselect",
"description": "Makes the ESC key functions just like in the base game, doesn't deselect the input and instead just exits/closes the layer.",
"type": "bool",
"default": false
},
"highlight-color": {
"name": "Selection Color",
"description": "Sets the color of the highlight.",
"type": "color",
"default": "#5078FF"
}
}
}