-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathproject.json
125 lines (125 loc) · 2.47 KB
/
project.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
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"contentrating" : "Everyone",
"description" : "[Changelog] \n- check change notes",
"file" : "index.html",
"general" :
{
"properties" :
{
"audio_wireframe" :
{
"order" : 4,
"text" : "Audio Visualization on Wireframe",
"type" : "bool",
"value" : true
},
"bass_wireframe" :
{
"condition" : "!audio_wireframe.value",
"order" : 4,
"text" : "Bass moves wireframe too (if audio wireframe is disabled)",
"type" : "bool",
"value" : false
},
"cube_x" :
{
"condition" : "move_cube.value",
"editable" : true,
"max" : 800,
"min" : -800,
"order" : 7,
"text" : "Cube X - (default 0)",
"type" : "slider",
"value" : 0
},
"cube_y" :
{
"condition" : "move_cube.value",
"editable" : true,
"max" : 500,
"min" : -500,
"order" : 8,
"text" : "Cube Y - (default 0)",
"type" : "slider",
"value" : 0
},
"cube_z" :
{
"condition" : "move_cube.value",
"editable" : true,
"max" : 500,
"min" : -800,
"order" : 9,
"text" : "Cube Z - (default 0)",
"type" : "slider",
"value" : 0
},
"custom_image" :
{
"order" : 0,
"text" : "User image",
"type" : "file"
},
"move_background_bass" :
{
"order" : 5,
"text" : "Bass moves stuff",
"type" : "bool",
"value" : false
},
"move_cube" :
{
"order" : 6,
"text" : "Move me?",
"type" : "bool",
"value" : false
},
"primary_color" :
{
"order" : 1,
"text" : "Primary Color",
"type" : "color",
"value" : "0.10196078431372549 0.09803921568627451 0.1411764705882353"
},
"schemecolor" :
{
"order" : 99,
"text" : "ui_browse_properties_scheme_color",
"type" : "color",
"value" : "0 0.6392156862745098 0.6392156862745098"
},
"secondary_color" :
{
"order" : 2,
"text" : "Secondary Color",
"type" : "color",
"value" : "0 0.5019607843137255 0.6823529411764706"
},
"third_color" :
{
"order" : 3,
"text" : "Third Color",
"type" : "color",
"value" : "1 1 1"
},
"user_audio_amp" :
{
"editable" : true,
"max" : 100,
"min" : 10,
"order" : 15,
"text" : "Audio Amplifier",
"type" : "slider",
"value" : 80
}
},
"supportsaudioprocessing" : true
},
"monetization" : false,
"preview" : "preview.gif",
"tags" : [ "Abstract" ],
"title" : "Icosahedron Geometry",
"type" : "web",
"visibility" : "public",
"workshopid" : "1321411879"
}