clock.json
2.68 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
102
103
104
105
106
107
108
109
110
{
"stage": [{
"name": "seconds",
"type": "Control",
"actors": [],
"size": [10, 200, 1],
"position": [0, 0, -2],
"parentOrigin": [0.5, 0.5, 0.5],
"anchorPoint": [0.5, 1, 0.5],
"background": {
"visualType": "COLOR",
"mixColor": [0.71, 0, 0, 1]
},
"selected": false,
"signals": [
{
"name": "onScene",
"action": "play",
"animation": "animate-seconds"
}]
}, {
"name": "minutes",
"type": "Control",
"actors": [],
"size": [11, 180, 1],
"position": [0, 0, -2],
"parentOrigin": [0.5, 0.5, 0.5],
"anchorPoint": [0.5, 1, 0.5],
"background": {
"visualType": "COLOR",
"mixColor": [0, 0.14200000000000013, 0.71, 0.7]
},
"signals": [
{
"name": "onScene",
"action": "play",
"animation": "animate-minutes"
}]
}, {
"name": "hours",
"type": "Control",
"actors": [],
"size": [12, 120, 1],
"position": [0, 0, 0],
"parentOrigin": [0.5, 0.5, 0.5],
"anchorPoint": [0.5, 1, 0.5],
"background": {
"visualType": "COLOR",
"mixColor": [0.057450000000000064, 0.3, 0.0030000000000000027, 0.7]
},
"signals": [
{
"name": "onScene",
"action": "play",
"animation": "animate-hours"
}]
}],
"paths": {},
"animations": {
"animate-seconds": {
"properties": [{
"actor": "seconds",
"property": "orientation",
"value": [0, 0, 360],
"alphaFunction": "LINEAR",
"timePeriod": {
"delay": 0,
"duration": 60.0
},
"gui-builder-timeline-color": "#f5aeb8",
"relative": true
}],
"loop": true
},
"animate-minutes": {
"properties": [{
"actor": "minutes",
"property": "orientation",
"value": [0, 0, 360],
"alphaFunction": "LINEAR",
"timePeriod": {
"delay": 0,
"duration": 3600.0
},
"gui-builder-timeline-color": "#aabcc4",
"relative": true
}],
"loop": true
},
"animate-hours": {
"properties": [{
"actor": "hours",
"property": "orientation",
"value": [0, 0, 360],
"alphaFunction": "LINEAR",
"timePeriod": {
"delay": 0,
"duration": 43200.0
},
"gui-builder-timeline-color": "#9e7f9e",
"relative": true
}],
"loop": true
}
},
"connections": [],
"gui-builder-device-height": 600,
"gui-builder-device-width": 400,
"gui-builder-json-version": "781"
}