Skip to content

Commit bad7d60

Browse files
authored
Added Volume Config for music
1 parent d40a794 commit bad7d60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ var config = {
66
"music": true,
77
/* Insert the Youtube Video ID below */
88
"videoID": "jo4-FhqkNwQ",
9+
/* Music Volume (0%-100%) | Lower is Quieter, Higher is Louder */
10+
"musicVolume": 70,
911
"text": {
1012
"title": "My Arpee Server",
1113
"link": "discord.gg/yeet",
1214
},
1315
/* You dont have to include the '/imgs/' dir AND ALSO REMEMBER TO ADD THESE IMGS IN YOUR __resource.lua*/
1416
"images": ['bg0.png', 'bg1.png', 'bg2.png', 'bg3.png', 'bg4.png', 'bg5.png', 'bg6.png', 'bg7.png']
15-
}
17+
}

0 commit comments

Comments
 (0)