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
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
-
"geode": "4.0.1",
3
-
"version": "v1.4.0-beta.5",
2
+
"geode": "4.2.0",
3
+
"version": "v1.4.0-beta.6",
4
4
"gd": {
5
5
"win": "2.2074",
6
6
"mac": "2.2074",
@@ -27,6 +27,9 @@
27
27
"importance": "required"
28
28
}
29
29
],
30
+
"api": {
31
+
"include": [ "include/*.hpp" ]
32
+
},
30
33
"tags": [
31
34
"online",
32
35
"enhancement",
@@ -243,6 +246,12 @@
243
246
"type": "bool",
244
247
"default": true
245
248
},
249
+
"eventLevelInfo": {
250
+
"name": "Event Level Info",
251
+
"description": "Adds an info button to show the current event information!",
252
+
"type": "bool",
253
+
"default": true
254
+
},
246
255
"misc-section": {
247
256
"name": "Miscellaneous",
248
257
"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.",
0 commit comments