ExperimentalGear/config-definitions.json

35 lines
652 B
JSON

{
"User information": {"type": "label"},
"username": {
"type": "text",
"label": "Username (max 8 characters)",
"default": "GUEST"
},
"separator_a": {},
"MSG": {
"type": "text",
"label": "Message (max 8 characters)",
"default": "Hellooooooo"
},
"separator_b": {},
"Animations": {"type": "label"},
"animations_affectWithBPM": {
"type": "bool",
"label": "Affect speed of some animations with the current song's BPM",
"default": false
},
"separator_c": {},
"words": {
"type": "selection",
"label": "Language",
"default": "EN",
"values": ["EN", "DE", "test", "test2"]
}
}