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
+23-2Lines changed: 23 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
{
2
-
"geode": "4.4.0",
2
+
"geode": "4.7.0",
3
3
"gd": {
4
4
"win": "2.2074",
5
5
"mac": "2.2074",
6
6
"ios": "2.2074",
7
7
"android": "2.2074"
8
8
},
9
-
"version": "v1.7.2",
9
+
"version": "v1.7.3",
10
10
"id": "raydeeux.deathscreentweaks",
11
11
"name": "DeathScreenTweaks",
12
12
"developers": [
@@ -39,6 +39,24 @@
39
39
"type": "bool",
40
40
"default": false
41
41
},
42
+
"screenshotOnDeath": {
43
+
"name": "Auto-Screenshot on Death",
44
+
"description": "Automatically take a screenshot when getting a New Best.\n\n<cy>\"But this could've been a toggle in PRNTSCRN!\"</c> No.",
45
+
"type": "bool",
46
+
"default": false
47
+
},
48
+
"screenshotOnDeathPreference": {
49
+
"name": "Auto-Screenshot Preferred Type (READ!)",
50
+
"description": "Pick the kind of screenshot you want. No, you can't have all of the types of screenshots; pick wisely!\n\n<cy>\"But this could've been a toggle in PRNTSCRN!\"</c> No.",
51
+
"type": "string",
52
+
"default": "Screenshot As-Is",
53
+
"one-of": [
54
+
"Screenshot As-Is",
55
+
"Screenshot the Level, Keep UI",
56
+
"Screenshot the Level, Hide (~99% of) UI",
57
+
"Screenshot the Level, Use PRNTSCRN Settings"
58
+
]
59
+
},
42
60
"changeDeathText": {
43
61
"name": "Change \"New Best\" Texts",
44
62
"description": "Leaving this enabled is semi-important, since it's kind of the original purpose of this mod. You can disable it though if you want, I guess.",
0 commit comments