-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
28 lines (28 loc) · 1.62 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
//Discord: https://discord.gg/CzvAPktpns
//
//██╗ ██╗███████╗ ███████╗████████╗██╗ ██╗██████╗ ██╗ ██████╗
//██║ ██╔╝██╔════╝ ██╔════╝╚══██╔══╝██║ ██║██╔══██╗██║██╔═══██╗
//█████╔╝ ███████╗ ███████╗ ██║ ██║ ██║██║ ██║██║██║ ██║
//██╔═██╗ ╚════██║ ╚════██║ ██║ ██║ ██║██║ ██║██║██║ ██║
//██║ ██╗███████║ ███████║ ██║ ╚██████╔╝██████╔╝██║╚██████╔╝
//╚═╝ ╚═╝╚══════╝ ╚══════╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═════╝
//
//Discord: https://discord.gg/CzvAPktpns
var config = {
"transitionInterval": 1250,
"imgInterval": 4000,
"music": true,
/* Youtube Video ID */
"videoID": "AnMhdn0wJ4I", /* vPet sound ID "main - AnMhdn0wJ4I", christmas - "WNJCqQZ4QnI", other- "oc5ADyl0lDs", "qhZULM69DIw", iLBBRuVDOo4*/
/* Music Volume (0%-100%)*/
"musicVolume": 15,
"text": {
"title": "KS Studio",
},
/* Image names without dir '/cdn/' You must add same files in fxmanifest.lua*/
"images": [
'pol1.png',
'pol2.png',
'pol3.png'
]
}