-
Notifications
You must be signed in to change notification settings - Fork 0
/
LivelyProperties.json
112 lines (110 loc) · 1.82 KB
/
LivelyProperties.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"amplitude": {
"max": 10.0,
"min": 0.1,
"tick": 1,
"step": 0.1,
"text": "Audio Amplification",
"type": "slider",
"value": 1.0
},
"samples": {
"max": 50,
"min": 5,
"tick": 1,
"step": 1,
"text": "Sample Points",
"type": "slider",
"value": 15
},
"highres": {
"type": "checkbox",
"value": true,
"text": "High Res."
},
"smoothing": {
"max": 50.0,
"min": 1.0,
"tick": 1,
"step": 1.0,
"text": "Visual Smoothing",
"type": "slider",
"value": 10.0
},
"colorMode": {
"type": "dropdown",
"value": 1,
"text": "Color Mode",
"items": [
"Cover",
"Magic",
"Generated",
"Custom"
]
},
"mainColor1": {
"text": "Main Color",
"type": "color",
"value": "#4B6093"
},
"mainColor2": {
"type": "color",
"value": "#213259"
},
"bgColor1": {
"text": "Backgroud Color",
"type": "color",
"value": "#4D8EC8"
},
"bgColor2": {
"type": "color",
"value": "#C1C3BD"
},
"ProjType" : {
"type": "dropdown",
"value": 1,
"text": "Projection Type",
"items": [
"Normal",
"Squared"
]
},
"gradient" : {
"type": "checkbox",
"value": true,
"text": "Main Gradient"
},
"gradientBG" : {
"type": "checkbox",
"value": true,
"text": "Background Gradient"
},
"outlineOnly": {
"type": "checkbox",
"value": false,
"text": "Outline"
},
"screenshake": {
"max": 2.5,
"min": 0.0,
"tick": 0.1,
"step": 0.1,
"text": "Screenshake",
"type": "slider",
"value": 0.0
},
"shadow": {
"type": "checkbox",
"value": false,
"text": "Shadow"
},
"layout": {
"type": "dropdown",
"value": 0,
"text": "Layout",
"items": [
"Centre",
"Top-Down"
]
}
}