-
Notifications
You must be signed in to change notification settings - Fork 2
/
project.json
40 lines (40 loc) · 1.19 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
{
"contentrating": "Everyone",
"description": "Typographic Clock\r\n\r\nIt has a light theme available and the color is configurable!\r\n\r\nBased on: \"Time Series 2: Typographic Clock\" by Peter Norton - https://codepen.io/graphilla/pen/zEZKpN\r\n\r\nSource code: https://github.com/TurboLion/Typographic-Clock",
"file": "index.html",
"general": {
"properties": {
"islighttheme": {
"index": 0,
"order": 100,
"text": "Light Theme",
"type": "bool",
"value": false
},
"scale": {
"fraction": false,
"index": 1,
"max": 300,
"min": 10,
"order": 101,
"text": "Scale",
"type": "slider",
"value": 100
},
"schemecolor": {
"order": 0,
"text": "ui_browse_properties_scheme_color",
"type": "color",
"value": "0.9607843137254902 0.48627450980392156 0"
}
}
},
"preview": "preview.jpg",
"tags": ["Technology"],
"title": "Typographic Clock",
"type": "Web",
"version": 3,
"visibility": "public",
"workshopid": "2359682428",
"workshopurl": "steam://url/CommunityFilePage/2359682428"
}