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
+26-4Lines changed: 26 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
},
7
7
"id": "colon.customtextboxes",
8
8
"name": "Custom Textboxes",
9
-
"version": "v1.0.3",
9
+
"version": "v1.0.4",
10
10
"developer": "Colon",
11
11
"description": "Display custom popups, chests, and more",
12
12
"resources": {
@@ -24,13 +24,13 @@
24
24
"key_popup": {
25
25
"type": "custom:keybind",
26
26
"name": "Popup keybind",
27
-
"description": "Press this key to spawn the popup defined in <cy>custom_popups.json</c>\n\n<cg>Shift + this key</c> will queue the popup\n<cg>Alt + this key</c> will spawn the secondary one.",
27
+
"description": "Press this key to spawn the popup defined in <cy>custom_popups.json</c>\n\n<cg>Shift + this key</c> will queue the popup\n<cg>Alt + this key</c> will spawn the secondary one.\n<cl>(these modifier keys can be changed below)</c>",
28
28
"default": 36
29
29
},
30
30
"key_dialogue": {
31
31
"type": "custom:keybind",
32
32
"name": "Dialogue keybind",
33
-
"description": "Press this key to spawn the dialogue box defined in <cy>custom_dialogues.json</c>\n\n<cg>Shift + this key</c> will queue the dialogue\n<cg>Alt + this key</c> will spawn the secondary one.",
33
+
"description": "Press this key to spawn the dialogue box defined in <cy>custom_dialogues.json</c>\n\n<cg>Shift + this key</c> will queue the dialogue\n<cg>Alt + this key</c> will spawn the secondary one.\n<cl>(these modifier keys can be changed below)</c>",
34
34
"default": 33
35
35
},
36
36
"key_chest": {
@@ -52,6 +52,28 @@
52
52
"description": "Plays a sound effect when a textbox is successfully queued up (by holding SHIFT)",
53
53
"type": "bool",
54
54
"default": false
55
-
}
55
+
},
56
+
"onDeath": {
57
+
"name": "Spawn queued on death",
58
+
"description": "Also spawns the queued textbox when you die in-game. Why not.",
59
+
"type": "bool",
60
+
"default": false
61
+
},
62
+
63
+
"shiftRebind": {
64
+
"name": "Queue modifier key",
65
+
"description": "Spawning a textbox while holding this key will queue it up instead, making it appear the next time you click a menu button.",
0 commit comments