2021-07-25 20:10:06 +02:00
|
|
|
{
|
2021-08-26 19:04:20 +02:00
|
|
|
"User information": {"type": "label"},
|
2021-07-25 20:10:06 +02:00
|
|
|
"username": {
|
|
|
|
"type": "text",
|
|
|
|
"label": "Username (max 8 characters)",
|
|
|
|
"default": "GUEST"
|
2021-08-26 19:04:20 +02:00
|
|
|
},
|
|
|
|
|
|
|
|
"separator_a": {},
|
2021-10-22 18:11:51 +02:00
|
|
|
|
|
|
|
"MSG": {
|
|
|
|
"type": "text",
|
|
|
|
"label": "Message (max 8 characters)",
|
|
|
|
"default": "Hellooooooo"
|
|
|
|
},
|
|
|
|
|
|
|
|
"separator_b": {},
|
2021-08-26 19:04:20 +02:00
|
|
|
"Animations": {"type": "label"},
|
|
|
|
|
|
|
|
"animations_affectWithBPM": {
|
|
|
|
"type": "bool",
|
|
|
|
"label": "Affect speed of some animations with the current song's BPM",
|
|
|
|
"default": false
|
2021-10-22 18:11:51 +02:00
|
|
|
},
|
|
|
|
|
|
|
|
"separator_c": {},
|
|
|
|
|
|
|
|
"words": {
|
|
|
|
"type": "selection",
|
|
|
|
"label": "Language",
|
|
|
|
"default": "EN",
|
2021-10-22 20:08:04 +02:00
|
|
|
"values": ["EN", "DE", "SK", "test2"]
|
2021-07-25 20:10:06 +02:00
|
|
|
}
|
|
|
|
}
|