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
Copy file name to clipboardExpand all lines: mod.json
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"geode": "2.0.0",
3
-
"version": "v1.2.17",
3
+
"version": "v1.2.18",
4
4
"gd": {
5
5
"win": "2.204",
6
6
"android": "2.205"
@@ -240,6 +240,17 @@
240
240
"type": "bool",
241
241
"default": false
242
242
},
243
+
"bgchild-transparency-scroll": {
244
+
"name": "Transparency Opacity",
245
+
"description": "Change the opacity of the transparency of child backgrounds.\n\n<cy>0</c> - Totally <cy>transparent</c>\n<cy>255</c> - Totally <cy>opaque</c>\n\n<cy>Only works if Add child BG Gradient is enabled.</c>",
246
+
"type": "int",
247
+
"default": 0,
248
+
"min": 0,
249
+
"max": 255,
250
+
"control": {
251
+
"slider": true
252
+
}
253
+
},
243
254
"credits-section": {
244
255
"name": "Credits",
245
256
"description": "Below are the credits for those that developed the mod, and beta-tested the mod!",
0 commit comments