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
+19-7Lines changed: 19 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,8 @@
45
45
],
46
46
"spritesheets": {
47
47
"countries": ["resources/countries/*.png"],
48
-
"badges": ["resources/badges/*.png"]
48
+
"badges": ["resources/badges/*.png"],
49
+
"scenes": ["resources/scenes/*.png"]
49
50
}
50
51
},
51
52
"settings": {
@@ -226,6 +227,23 @@
226
227
]
227
228
}
228
229
},
230
+
"design-section": {
231
+
"name": "Designs",
232
+
"description": "This category is for changing settings to activate/desactivate <cy>designs</c> of the mod.",
233
+
"type": "title"
234
+
},
235
+
"gauntletDesign": {
236
+
"name": "New gauntlets design",
237
+
"description": "Changes the design of the gauntlets in the main menu.",
238
+
"type": "bool",
239
+
"default": true
240
+
},
241
+
"secretLayerDesign": {
242
+
"name": "The Vault design",
243
+
"description": "Changes the design of The Vault.",
244
+
"type": "bool",
245
+
"default": true
246
+
},
229
247
"misc-section": {
230
248
"name": "Miscellaneous",
231
249
"description": "This category is for any other feature for <cy>GDUtils</c>.\nYou can choose whether to <cy>enable</c> or <cy>disable</c> some options if you do not want them.",
@@ -268,12 +286,6 @@
268
286
"type": "bool",
269
287
"default": true
270
288
},
271
-
"gauntletDesign": {
272
-
"name": "New gauntlets design",
273
-
"description": "Changes the design of the gauntlets in the main menu.",
274
-
"type": "bool",
275
-
"default": true
276
-
},
277
289
"previewIcons": {
278
290
"name": "Preview Icons",
279
291
"description": "Show some buttons to preview icons in the <cg>Icon Kit</c> for those who haven't been unlocked yet.",
0 commit comments