-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
96 lines (96 loc) · 3.1 KB
/
mod.json
File metadata and controls
96 lines (96 loc) · 3.1 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"geode": "5.0.0-beta.2",
"gd": {
"win": "2.2081",
"android": "2.2081",
"ios": "2.2081",
"mac": "2.2081"
},
"id": "arcticwoof.quickmovebuttons",
"name": "Quick Move Buttons",
"version": "v1.0.4",
"developers": [
"ArcticWoof",
"Cheeseworks"
],
"links": {
"source": "https://github.com/DumbCaveSpider/QuickMoveButtons",
"homepage": "https://arcticwoof.xyz/",
"community": "https://dsc.gg/arcticwoof"
},
"tags": [
"editor",
"interface",
"enhancement",
"offline",
"utility"
],
"description": "Adds move buttons outside the Edit tab.",
"resources": {
"sprites": [
"previews/*"
]
},
"settings": {
"scale-btns": {
"name": "Button Scale",
"description": "Change the scale of the transform buttons, <co>the draggable area will also be affected</co>. <cr>You must reopen the editor to take effect.</cr>",
"type": "float",
"default": 1,
"min": 0.5,
"max": 2,
"control": {
"slider": true,
"slider-step": 0.125
}
},
"opacity-btn": {
"name": "Button Opacity",
"description": "Change the opacity of the transform buttons. <cr>This does not affect the UI backgrounds and applies whenever you drag the buttons.</cr>",
"type": "int",
"default": 255,
"min": 75,
"max": 255,
"control": {
"slider": true,
"slider-step": 5
}
},
"scale-bg": {
"name": "Draggable Area Scale",
"description": "Change the scale of the draggable area. <cg>Useful if you can't drag properly due to the area size.</cg> <cr>You must reopen the editor to take effect.</cr>",
"type": "int",
"default": 130,
"min": 130,
"max": 200,
"control": {
"slider": true,
"slider-step": 10
}
},
"visible-bg": {
"name": "Show Button Background",
"description": "Show the backgrounds of the transform buttons. <cr>You must reopen the editor to take effect.</cr>",
"type": "bool",
"default": false
},
"menu-btn": {
"name": "Show Draggable Area",
"description": "Show the draggable area for transform buttons.",
"type": "bool",
"default": true
},
"no-dragging": {
"name": "Disable Dragging",
"description": "Disable dragging on the transform buttons, keeping them in a fixed position. <cg>Useful to prevent accidental dragging.</cg>",
"type": "bool",
"default": false
},
"presistent-btn": {
"name": "Persistent Button",
"description": "Always show the transform buttons, even when no objects are selected.",
"type": "bool",
"default": false
}
}
}