Skip to content

Commit a2f91b5

Browse files
committed
wording
1 parent c349d44 commit a2f91b5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

mod.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,18 @@
6363
"type": "bool",
6464
"default": false
6565
},
66+
"songFormatNGML": {
67+
"name": "Newgrounds/Music Library Song Name Format",
68+
"description": "Choose the format you prefer for \"Now Playing\" notifications or the Song List menu.\n\n<cy>Only applies to Newgrounds/Music Library songs.</c>",
69+
"type": "string",
70+
"default": "Song Name, Artist, Song ID",
71+
"one-of": [
72+
"Song Name",
73+
"Song Name + Artist",
74+
"Song Name + Song ID",
75+
"Song Name, Artist, Song ID"
76+
]
77+
},
6678
"buttonMode": {
6779
"name": "Button Mode",
6880
"description": "<cl>Original idea by dasshuDEV and Hanifinio.</c>\n\nReduced: Places the <cl>Blacklist Song</c>, <cl>Favorite Song</c>, <cl>Hold Song</c>, <cl>Previous Song</c>, <cl>Add to Playlist</c>, and <cl>View Song List</c> buttons to a separate popup to reduce clutter on MenuLayer.\n\nClassic: Places the <cl>Blacklist Song</c>, <cl>Favorite Song</c>, <cl>Hold Song</c>, <cl>Previous Song</c>, <cl>Add to Playlist</c>, and <cl>View Song List</c> buttons to the right side of MenuLayer (or the bottom of MenuLayer, if you use Overcharged Main Menu).",
@@ -144,18 +156,6 @@
144156
"type": "bool",
145157
"default": true
146158
},
147-
"songFormatNGML": {
148-
"name": "Notifs: Song Name Format",
149-
"description": "Choose the format you prefer for the \"Now Playing\" notification here.\n<cy>Only applies when using Newgrounds/Music Library songs as the menu loop.</c>",
150-
"type": "string",
151-
"default": "Song Name, Artist, Song ID",
152-
"one-of": [
153-
"Song Name",
154-
"Song Name + Artist",
155-
"Song Name + Song ID",
156-
"Song Name, Artist, Song ID"
157-
]
158-
},
159159
"customPrefix": {
160160
"name": "Notifs: Prefix",
161161
"description": "Set your prefix for the \"Now Playing\" notification here.\n\n<cy>To disable the prefix, set it to </c><cl>\"[Empty]\"</c><cy>.</c>",
@@ -219,7 +219,7 @@
219219
},
220220
"specificSongOverride": {
221221
"name": "Specific Menu Loop File Override",
222-
"description": "Here in case you *hate* the randomizer elements from this mod.\n<cy>Leave blank to disable.</c>",
222+
"description": "In case you *hate* the randomizer elements from this mod.\n\n<cy>Leave this as blank to disable this option.</c>",
223223
"type": "file",
224224
"default": {
225225
"win": "",

0 commit comments

Comments
 (0)