You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Adds move buttons outside the Edit tab.",
29
-
"resources": {
30
-
"sprites": [
31
-
"previews/*"
32
-
]
33
-
},
34
-
"settings": {
35
-
"scale-btns": {
36
-
"name": "Button Scale",
37
-
"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>",
38
-
"type": "float",
39
-
"default": 1,
40
-
"min": 0.5,
41
-
"max": 2,
42
-
"control": {
43
-
"slider": true,
44
-
"slider-step": 0.125
45
-
}
46
-
},
47
-
"opacity-btn": {
48
-
"name": "Button Opacity",
49
-
"description": "Change the opacity of the transform buttons. <cr>This does not affect the UI backgrounds and applies whenever you drag the buttons.</cr>",
50
-
"type": "int",
51
-
"default": 255,
52
-
"min": 75,
53
-
"max": 255,
54
-
"control": {
55
-
"slider": true,
56
-
"slider-step": 5
57
-
}
58
-
},
59
-
"scale-bg": {
60
-
"name": "Draggable Area Scale",
61
-
"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>",
62
-
"type": "int",
63
-
"default": 130,
64
-
"min": 130,
65
-
"max": 200,
66
-
"control": {
67
-
"slider": true,
68
-
"slider-step": 10
69
-
}
70
-
},
71
-
"visible-bg": {
72
-
"name": "Show Button Background",
73
-
"description": "Show the backgrounds of the transform buttons. <cr>You must reopen the editor to take effect.</cr>",
74
-
"type": "bool",
75
-
"default": false
76
-
},
77
-
"menu-btn": {
78
-
"name": "Show Draggable Area",
79
-
"description": "Show the draggable area for transform buttons.",
80
-
"type": "bool",
81
-
"default": true
82
-
},
83
-
"no-dragging": {
84
-
"name": "Disable Dragging",
85
-
"description": "Disable dragging on the transform buttons, keeping them in a fixed position. <cg>Useful to prevent accidental dragging.</cg>",
86
-
"type": "bool",
87
-
"default": false
88
-
},
89
-
"presistent-btn": {
90
-
"name": "Persistent Button",
91
-
"description": "Always show the transform buttons, even when no objects are selected.",
"description": "Adds move buttons outside the Edit tab.",
29
+
"resources": {
30
+
"sprites": [
31
+
"previews/*"
32
+
]
33
+
},
34
+
"settings": {
35
+
"scale-btns": {
36
+
"name": "Button Scale",
37
+
"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>",
38
+
"type": "float",
39
+
"default": 1,
40
+
"min": 0.5,
41
+
"max": 2,
42
+
"control": {
43
+
"slider": true,
44
+
"slider-step": 0.125
45
+
}
46
+
},
47
+
"opacity-btn": {
48
+
"name": "Button Opacity",
49
+
"description": "Change the opacity of the transform buttons. <cr>This does not affect the UI backgrounds and applies whenever you drag the buttons.</cr>",
50
+
"type": "int",
51
+
"default": 255,
52
+
"min": 75,
53
+
"max": 255,
54
+
"control": {
55
+
"slider": true,
56
+
"slider-step": 5
57
+
}
58
+
},
59
+
"scale-bg": {
60
+
"name": "Draggable Area Scale",
61
+
"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>",
62
+
"type": "int",
63
+
"default": 130,
64
+
"min": 130,
65
+
"max": 200,
66
+
"control": {
67
+
"slider": true,
68
+
"slider-step": 10
69
+
}
70
+
},
71
+
"visible-bg": {
72
+
"name": "Show Button Background",
73
+
"description": "Show the backgrounds of the transform buttons. <cr>You must reopen the editor to take effect.</cr>",
74
+
"type": "bool",
75
+
"default": false
76
+
},
77
+
"menu-btn": {
78
+
"name": "Show Draggable Area",
79
+
"description": "Show the draggable area for transform buttons.",
80
+
"type": "bool",
81
+
"default": true
82
+
},
83
+
"no-dragging": {
84
+
"name": "Disable Dragging",
85
+
"description": "Disable dragging on the transform buttons, keeping them in a fixed position. <cg>Useful to prevent accidental dragging.</cg>",
86
+
"type": "bool",
87
+
"default": false
88
+
},
89
+
"presistent-btn": {
90
+
"name": "Persistent Button",
91
+
"description": "Always show the transform buttons, even when no objects are selected.",
0 commit comments