-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
101 lines (101 loc) · 3.02 KB
/
Copy pathproject.json
File metadata and controls
101 lines (101 loc) · 3.02 KB
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
{
"contentrating": "Everyone",
"description": "A simple open-source JavaScript Logo web wallpaper.",
"file": "index.html",
"ratingsex": "none",
"ratingviolence": "none",
"tags": ["Technology"],
"title": "JavaScript Logo",
"type": "web",
"version": "2.0.0",
"visibility": "public",
"preview": "preview.jpg",
"workshopid": "1766100949",
"workshopurl": "steam://url/CommunityFilePage/1766100949",
"general": {
"properties": {
"schemecolor": {
"order": 0,
"text": "ui_browse_properties_scheme_color",
"type": "color",
"value": "0 0 0"
},
"backgroundcolor": {
"order": 1,
"text": "Background color",
"type": "color",
"value": "0.12549 0.12549 0.12549"
},
"logotype": {
"order": 2,
"options": [
{
"label": "Lettered",
"value": 1
},
{
"label": "Full",
"value": 2
}
],
"text": "Logo type",
"type": "combo",
"value": 1
},
"letteredcolor": {
"order": 3,
"condition": "logotype.value == 1",
"text": "Lettered color",
"type": "color",
"value": "0.96863 0.87451 0.11765"
},
"fullbackgroundcolor": {
"order": 4,
"condition": "logotype.value == 2",
"text": "Full background color",
"type": "color",
"value": "0.96863 0.87451 0.11765"
},
"fullforegroundcolor": {
"order": 5,
"condition": "logotype.value == 2",
"text": "Full foreground color",
"type": "color",
"value": "0 0 0"
},
"fullroundness": {
"order": 6,
"min": 0,
"max": 100,
"condition": "logotype.value == 2",
"text": "Full roundness",
"type": "slider",
"value": 0
},
"bloomspread": {
"order": 7,
"min": 0,
"max": 100,
"text": "Bloom spread",
"type": "slider",
"value": 25
},
"bloomopacity": {
"order": 8,
"min": 0,
"max": 100,
"text": "Bloom opacity",
"type": "slider",
"value": 100
},
"shakespeed": {
"order": 9,
"min": 0,
"max": 10,
"text": "Shake speed",
"type": "slider",
"value": 5
}
}
}
}