@pop-party/create-game 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/starter/content/art/manifest.json +4 -2
- package/starter/content/audio/host-audios.json +29 -1
- package/starter/content/content-bundle.json +11 -11
- package/starter/content/flow.json +824 -567
- package/starter/content/layouts/controller.json +896 -100
- package/starter/content/layouts/stage.json +601 -69
|
@@ -7,40 +7,73 @@
|
|
|
7
7
|
"id": "global",
|
|
8
8
|
"name": "Global Layout",
|
|
9
9
|
"hiddenInStates": false,
|
|
10
|
+
"hiddenGlobals": [],
|
|
10
11
|
"elements": [
|
|
11
12
|
{
|
|
12
|
-
"id": "
|
|
13
|
-
"name": "
|
|
13
|
+
"id": "stagecodebadge",
|
|
14
|
+
"name": "Stage Code Widget",
|
|
14
15
|
"selector": "#stageCodeBadge",
|
|
15
16
|
"kind": "art",
|
|
16
17
|
"artCompositionId": "stage-code-widget",
|
|
17
|
-
"
|
|
18
|
-
"
|
|
18
|
+
"hidden": false,
|
|
19
|
+
"locked": false,
|
|
20
|
+
"x": 160,
|
|
21
|
+
"y": 100,
|
|
19
22
|
"width": 170,
|
|
20
23
|
"height": 82,
|
|
21
|
-
"scale": 1
|
|
24
|
+
"scale": 1.5,
|
|
25
|
+
"rotation": 0,
|
|
26
|
+
"tags": [],
|
|
27
|
+
"defaultAnimationState": "",
|
|
28
|
+
"defaultText": "",
|
|
29
|
+
"fontSize": 58,
|
|
30
|
+
"autoFitText": false,
|
|
31
|
+
"fontFamily": "",
|
|
32
|
+
"fontColor": "#ffffff"
|
|
22
33
|
},
|
|
23
34
|
{
|
|
24
|
-
"id": "
|
|
25
|
-
"name": "Cursor
|
|
35
|
+
"id": "presentclickwidget",
|
|
36
|
+
"name": "Click Cursor",
|
|
26
37
|
"selector": "#presentClickWidget",
|
|
27
38
|
"kind": "art",
|
|
28
39
|
"artCompositionId": "presentation-click-prompt",
|
|
29
|
-
"
|
|
30
|
-
"
|
|
40
|
+
"hidden": false,
|
|
41
|
+
"locked": false,
|
|
42
|
+
"x": 1800,
|
|
43
|
+
"y": 960,
|
|
31
44
|
"width": 90,
|
|
32
45
|
"height": 90,
|
|
33
|
-
"scale": 1
|
|
46
|
+
"scale": 1,
|
|
47
|
+
"rotation": 0,
|
|
48
|
+
"tags": [],
|
|
49
|
+
"defaultAnimationState": "",
|
|
50
|
+
"defaultText": "",
|
|
51
|
+
"fontSize": 58,
|
|
52
|
+
"autoFitText": false,
|
|
53
|
+
"fontFamily": "",
|
|
54
|
+
"fontColor": "#ffffff"
|
|
34
55
|
},
|
|
35
56
|
{
|
|
36
|
-
"id": "
|
|
57
|
+
"id": "playerlobby",
|
|
37
58
|
"name": "Player Avatars",
|
|
38
59
|
"selector": "#playerLobby",
|
|
60
|
+
"kind": "art",
|
|
61
|
+
"artCompositionId": "",
|
|
62
|
+
"hidden": false,
|
|
63
|
+
"locked": false,
|
|
39
64
|
"x": 960,
|
|
40
|
-
"y":
|
|
65
|
+
"y": 720,
|
|
41
66
|
"width": 1320,
|
|
42
67
|
"height": 150,
|
|
43
|
-
"scale": 1
|
|
68
|
+
"scale": 1.3,
|
|
69
|
+
"rotation": 0,
|
|
70
|
+
"tags": [],
|
|
71
|
+
"defaultAnimationState": "",
|
|
72
|
+
"defaultText": "",
|
|
73
|
+
"fontSize": 58,
|
|
74
|
+
"autoFitText": false,
|
|
75
|
+
"fontFamily": "",
|
|
76
|
+
"fontColor": "#ffffff"
|
|
44
77
|
},
|
|
45
78
|
{
|
|
46
79
|
"id": "stageBackground",
|
|
@@ -61,133 +94,632 @@
|
|
|
61
94
|
{
|
|
62
95
|
"id": "lobby",
|
|
63
96
|
"name": "Lobby",
|
|
97
|
+
"hiddenInStates": false,
|
|
64
98
|
"hiddenGlobals": [
|
|
65
99
|
"stagecodebadge"
|
|
66
100
|
],
|
|
67
101
|
"elements": [
|
|
68
102
|
{
|
|
69
|
-
"id": "
|
|
103
|
+
"id": "startpopup",
|
|
70
104
|
"name": "Countdown Popup",
|
|
71
105
|
"selector": "#startPopup",
|
|
72
106
|
"kind": "art",
|
|
73
107
|
"artCompositionId": "countdown-popup",
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
108
|
+
"hidden": false,
|
|
109
|
+
"locked": false,
|
|
110
|
+
"x": 1710,
|
|
111
|
+
"y": 150,
|
|
112
|
+
"width": 200,
|
|
113
|
+
"height": 200,
|
|
114
|
+
"scale": 1,
|
|
115
|
+
"rotation": 0,
|
|
116
|
+
"tags": [],
|
|
117
|
+
"defaultAnimationState": "Park",
|
|
118
|
+
"defaultText": "",
|
|
119
|
+
"fontSize": 58,
|
|
120
|
+
"autoFitText": false,
|
|
121
|
+
"fontFamily": "",
|
|
122
|
+
"fontColor": "#ffffff"
|
|
79
123
|
},
|
|
80
124
|
{
|
|
81
|
-
"id": "
|
|
125
|
+
"id": "stagetitle",
|
|
82
126
|
"name": "Header",
|
|
83
|
-
"
|
|
84
|
-
"y": 190,
|
|
85
|
-
"width": 1080,
|
|
86
|
-
"height": 150,
|
|
87
|
-
"scale": 1,
|
|
127
|
+
"selector": "",
|
|
88
128
|
"kind": "art",
|
|
89
129
|
"artCompositionId": "layout-text-field",
|
|
130
|
+
"hidden": false,
|
|
131
|
+
"locked": false,
|
|
132
|
+
"x": 960,
|
|
133
|
+
"y": 140,
|
|
134
|
+
"width": 1000,
|
|
135
|
+
"height": 240,
|
|
136
|
+
"scale": 1,
|
|
137
|
+
"rotation": 0,
|
|
138
|
+
"tags": [],
|
|
139
|
+
"defaultAnimationState": "",
|
|
140
|
+
"defaultText": "Header Text",
|
|
141
|
+
"fontSize": 58,
|
|
90
142
|
"autoFitText": false,
|
|
91
|
-
"
|
|
92
|
-
"fontColor": "#ffffff"
|
|
93
|
-
"fontSize": 58
|
|
143
|
+
"fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
|
|
144
|
+
"fontColor": "#ffffff"
|
|
94
145
|
},
|
|
95
146
|
{
|
|
96
|
-
"id": "
|
|
147
|
+
"id": "stagecodepanel",
|
|
97
148
|
"name": "Stage Code Panel",
|
|
98
149
|
"selector": ".stage-code-panel",
|
|
99
150
|
"kind": "art",
|
|
100
151
|
"artCompositionId": "stage-code-panel",
|
|
152
|
+
"hidden": false,
|
|
153
|
+
"locked": false,
|
|
101
154
|
"x": 960,
|
|
102
|
-
"y":
|
|
155
|
+
"y": 480,
|
|
103
156
|
"width": 560,
|
|
104
157
|
"height": 190,
|
|
105
|
-
"scale": 1
|
|
158
|
+
"scale": 1.35,
|
|
159
|
+
"rotation": 0,
|
|
160
|
+
"tags": [],
|
|
161
|
+
"defaultAnimationState": "",
|
|
162
|
+
"defaultText": "",
|
|
163
|
+
"fontSize": 58,
|
|
164
|
+
"autoFitText": false,
|
|
165
|
+
"fontFamily": "",
|
|
166
|
+
"fontColor": "#ffffff"
|
|
106
167
|
},
|
|
107
168
|
{
|
|
108
|
-
"id": "
|
|
169
|
+
"id": "waitingstatus",
|
|
170
|
+
"name": "Waiting Status",
|
|
171
|
+
"selector": "#waitingStatus",
|
|
172
|
+
"kind": "art",
|
|
173
|
+
"artCompositionId": "waiting-status-widget",
|
|
174
|
+
"hidden": false,
|
|
175
|
+
"locked": false,
|
|
176
|
+
"x": 960,
|
|
177
|
+
"y": 990,
|
|
178
|
+
"width": 700,
|
|
179
|
+
"height": 82,
|
|
180
|
+
"scale": 0.7,
|
|
181
|
+
"rotation": 0,
|
|
182
|
+
"tags": [],
|
|
183
|
+
"defaultAnimationState": "",
|
|
184
|
+
"defaultText": "",
|
|
185
|
+
"fontSize": 58,
|
|
186
|
+
"autoFitText": false,
|
|
187
|
+
"fontFamily": "",
|
|
188
|
+
"fontColor": "#ffffff"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"id": "joinprompt",
|
|
192
|
+
"name": "Join Prompt",
|
|
193
|
+
"selector": "#joinPrompt",
|
|
194
|
+
"kind": "art",
|
|
195
|
+
"artCompositionId": "join-widget",
|
|
196
|
+
"hidden": false,
|
|
197
|
+
"locked": false,
|
|
198
|
+
"x": 960,
|
|
199
|
+
"y": 300,
|
|
200
|
+
"width": 740,
|
|
201
|
+
"height": 76,
|
|
202
|
+
"scale": 0.7,
|
|
203
|
+
"rotation": 0,
|
|
204
|
+
"tags": [],
|
|
205
|
+
"defaultAnimationState": "",
|
|
206
|
+
"defaultText": "",
|
|
207
|
+
"fontSize": 58,
|
|
208
|
+
"autoFitText": false,
|
|
209
|
+
"fontFamily": "",
|
|
210
|
+
"fontColor": "#ffffff"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"id": "stagejoinqr",
|
|
109
214
|
"name": "Join QR Code",
|
|
110
215
|
"selector": "#stageJoinQr",
|
|
111
216
|
"kind": "art",
|
|
112
217
|
"artCompositionId": "join-qr-code",
|
|
218
|
+
"hidden": false,
|
|
219
|
+
"locked": false,
|
|
113
220
|
"x": 1510,
|
|
114
221
|
"y": 420,
|
|
115
222
|
"width": 260,
|
|
116
223
|
"height": 300,
|
|
117
|
-
"scale": 1
|
|
224
|
+
"scale": 1,
|
|
225
|
+
"rotation": 0,
|
|
226
|
+
"tags": [],
|
|
227
|
+
"defaultAnimationState": "",
|
|
228
|
+
"defaultText": "",
|
|
229
|
+
"fontSize": 58,
|
|
230
|
+
"autoFitText": false,
|
|
231
|
+
"fontFamily": "",
|
|
232
|
+
"fontColor": "#ffffff"
|
|
233
|
+
}
|
|
234
|
+
]
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"id": "intro",
|
|
238
|
+
"name": "Game Intro Game State",
|
|
239
|
+
"hiddenInStates": false,
|
|
240
|
+
"hiddenGlobals": [],
|
|
241
|
+
"elements": [
|
|
242
|
+
{
|
|
243
|
+
"id": "stageintrotitle",
|
|
244
|
+
"name": "Intro Header",
|
|
245
|
+
"selector": "",
|
|
246
|
+
"kind": "art",
|
|
247
|
+
"artCompositionId": "layout-text-field",
|
|
248
|
+
"hidden": false,
|
|
249
|
+
"locked": false,
|
|
250
|
+
"x": 960,
|
|
251
|
+
"y": 140,
|
|
252
|
+
"width": 1000,
|
|
253
|
+
"height": 240,
|
|
254
|
+
"scale": 1,
|
|
255
|
+
"rotation": 0,
|
|
256
|
+
"tags": [],
|
|
257
|
+
"defaultAnimationState": "",
|
|
258
|
+
"defaultText": "",
|
|
259
|
+
"fontSize": 58,
|
|
260
|
+
"autoFitText": false,
|
|
261
|
+
"fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
|
|
262
|
+
"fontColor": "#ffffff"
|
|
118
263
|
},
|
|
119
264
|
{
|
|
120
|
-
"id": "
|
|
121
|
-
"name": "
|
|
122
|
-
"selector": "
|
|
265
|
+
"id": "stageprompttext",
|
|
266
|
+
"name": "Prompt Text",
|
|
267
|
+
"selector": "",
|
|
268
|
+
"kind": "art",
|
|
269
|
+
"artCompositionId": "layout-text-field",
|
|
270
|
+
"hidden": false,
|
|
271
|
+
"locked": false,
|
|
123
272
|
"x": 960,
|
|
124
|
-
"y":
|
|
273
|
+
"y": 970,
|
|
125
274
|
"width": 700,
|
|
126
275
|
"height": 82,
|
|
127
|
-
"scale":
|
|
276
|
+
"scale": 0.7,
|
|
277
|
+
"rotation": 0,
|
|
278
|
+
"tags": [],
|
|
279
|
+
"defaultAnimationState": "",
|
|
280
|
+
"defaultText": "",
|
|
281
|
+
"fontSize": 58,
|
|
282
|
+
"autoFitText": false,
|
|
283
|
+
"fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
|
|
284
|
+
"fontColor": "#ffffff"
|
|
128
285
|
},
|
|
129
286
|
{
|
|
130
|
-
"id": "
|
|
131
|
-
"name": "
|
|
132
|
-
"selector": "
|
|
287
|
+
"id": "layout-text-field-instance-1",
|
|
288
|
+
"name": "Presentation Text Field",
|
|
289
|
+
"selector": "",
|
|
133
290
|
"kind": "art",
|
|
134
|
-
"artCompositionId": "
|
|
291
|
+
"artCompositionId": "layout-text-field",
|
|
292
|
+
"hidden": false,
|
|
293
|
+
"locked": false,
|
|
135
294
|
"x": 960,
|
|
136
|
-
"y":
|
|
137
|
-
"width":
|
|
138
|
-
"height":
|
|
139
|
-
"scale": 1
|
|
295
|
+
"y": 420,
|
|
296
|
+
"width": 1000,
|
|
297
|
+
"height": 240,
|
|
298
|
+
"scale": 1,
|
|
299
|
+
"rotation": 0,
|
|
300
|
+
"tags": [],
|
|
301
|
+
"defaultAnimationState": "Park",
|
|
302
|
+
"defaultText": "",
|
|
303
|
+
"fontSize": 58,
|
|
304
|
+
"autoFitText": false,
|
|
305
|
+
"fontFamily": "",
|
|
306
|
+
"fontColor": "#ffffff"
|
|
140
307
|
}
|
|
141
308
|
]
|
|
142
309
|
},
|
|
143
310
|
{
|
|
144
|
-
"id": "intro",
|
|
145
|
-
"name": "Game
|
|
311
|
+
"id": "round-intro-game-state",
|
|
312
|
+
"name": "Round Intro Game State",
|
|
313
|
+
"hiddenInStates": false,
|
|
314
|
+
"hiddenGlobals": [],
|
|
146
315
|
"elements": [
|
|
147
316
|
{
|
|
148
|
-
"id": "
|
|
149
|
-
"name": "Intro
|
|
317
|
+
"id": "roundintrotext",
|
|
318
|
+
"name": "Round Intro Text Field",
|
|
319
|
+
"selector": "",
|
|
320
|
+
"kind": "art",
|
|
321
|
+
"artCompositionId": "layout-text-field",
|
|
322
|
+
"hidden": false,
|
|
323
|
+
"locked": false,
|
|
324
|
+
"x": 960,
|
|
325
|
+
"y": 430,
|
|
326
|
+
"width": 1000,
|
|
327
|
+
"height": 240,
|
|
328
|
+
"scale": 1,
|
|
329
|
+
"rotation": 0,
|
|
330
|
+
"tags": [],
|
|
331
|
+
"defaultAnimationState": "",
|
|
332
|
+
"defaultText": "",
|
|
333
|
+
"fontSize": 58,
|
|
334
|
+
"autoFitText": false,
|
|
335
|
+
"fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
|
|
336
|
+
"fontColor": "#ffffff"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"id": "roundintroinfotext",
|
|
340
|
+
"name": "Round Intro Info Text Field",
|
|
341
|
+
"selector": "",
|
|
342
|
+
"kind": "art",
|
|
343
|
+
"artCompositionId": "layout-text-field",
|
|
344
|
+
"hidden": false,
|
|
345
|
+
"locked": false,
|
|
150
346
|
"x": 960,
|
|
151
|
-
"y":
|
|
152
|
-
"width":
|
|
153
|
-
"height":
|
|
347
|
+
"y": 610,
|
|
348
|
+
"width": 1000,
|
|
349
|
+
"height": 240,
|
|
154
350
|
"scale": 1,
|
|
351
|
+
"rotation": 0,
|
|
352
|
+
"tags": [],
|
|
353
|
+
"defaultAnimationState": "",
|
|
354
|
+
"defaultText": "",
|
|
355
|
+
"fontSize": 58,
|
|
356
|
+
"autoFitText": false,
|
|
357
|
+
"fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
|
|
358
|
+
"fontColor": "#ffffff"
|
|
359
|
+
}
|
|
360
|
+
]
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"id": "crafting-game-state",
|
|
364
|
+
"name": "Crafting Game State",
|
|
365
|
+
"hiddenInStates": false,
|
|
366
|
+
"hiddenGlobals": [],
|
|
367
|
+
"elements": [
|
|
368
|
+
{
|
|
369
|
+
"id": "crafting-game-statemomenttext",
|
|
370
|
+
"name": "Crafting Game State Text Field",
|
|
371
|
+
"selector": "",
|
|
155
372
|
"kind": "art",
|
|
156
373
|
"artCompositionId": "layout-text-field",
|
|
374
|
+
"hidden": false,
|
|
375
|
+
"locked": false,
|
|
376
|
+
"x": 960,
|
|
377
|
+
"y": 460,
|
|
378
|
+
"width": 1000,
|
|
379
|
+
"height": 240,
|
|
380
|
+
"scale": 1,
|
|
381
|
+
"rotation": 0,
|
|
382
|
+
"tags": [],
|
|
383
|
+
"defaultAnimationState": "",
|
|
384
|
+
"defaultText": "this is the presentation text",
|
|
385
|
+
"fontSize": 58,
|
|
386
|
+
"autoFitText": false,
|
|
387
|
+
"fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
|
|
388
|
+
"fontColor": "#ffffff"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"id": "craftingtimer",
|
|
392
|
+
"name": "Crafting Timer",
|
|
393
|
+
"selector": "#craftingTimer",
|
|
394
|
+
"kind": "art",
|
|
395
|
+
"artCompositionId": "crafting-timer-widget",
|
|
396
|
+
"hidden": false,
|
|
397
|
+
"locked": false,
|
|
398
|
+
"x": 1750,
|
|
399
|
+
"y": 120,
|
|
400
|
+
"width": 190,
|
|
401
|
+
"height": 190,
|
|
402
|
+
"scale": 1,
|
|
403
|
+
"rotation": 0,
|
|
404
|
+
"tags": [],
|
|
405
|
+
"defaultAnimationState": "",
|
|
406
|
+
"defaultText": "",
|
|
407
|
+
"fontSize": 58,
|
|
157
408
|
"autoFitText": false,
|
|
158
|
-
"
|
|
159
|
-
"fontColor": "#ffffff"
|
|
160
|
-
"fontSize": 58
|
|
409
|
+
"fontFamily": "",
|
|
410
|
+
"fontColor": "#ffffff"
|
|
161
411
|
},
|
|
162
412
|
{
|
|
163
|
-
"id": "
|
|
164
|
-
"name": "
|
|
413
|
+
"id": "craftingprompttext",
|
|
414
|
+
"name": "Prompt Text Field",
|
|
415
|
+
"selector": "",
|
|
165
416
|
"kind": "art",
|
|
417
|
+
"artCompositionId": "art-55b784c5-ad1d-451f-a4d2-6b4fbd6a187c",
|
|
418
|
+
"hidden": false,
|
|
419
|
+
"locked": false,
|
|
420
|
+
"x": 960,
|
|
421
|
+
"y": 990,
|
|
422
|
+
"width": 1000,
|
|
423
|
+
"height": 80,
|
|
424
|
+
"scale": 1,
|
|
425
|
+
"rotation": 0,
|
|
426
|
+
"tags": [],
|
|
427
|
+
"defaultAnimationState": "Park",
|
|
428
|
+
"defaultText": "",
|
|
429
|
+
"fontSize": 58,
|
|
430
|
+
"autoFitText": false,
|
|
431
|
+
"fontFamily": "",
|
|
432
|
+
"fontColor": "#ffffff"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"id": "craftingtriviaprompttext",
|
|
436
|
+
"name": "Trivia Prompt Text",
|
|
437
|
+
"selector": "",
|
|
438
|
+
"kind": "art",
|
|
439
|
+
"artCompositionId": "art-55b784c5-ad1d-451f-a4d2-6b4fbd6a187c",
|
|
440
|
+
"hidden": false,
|
|
441
|
+
"locked": false,
|
|
442
|
+
"x": 960,
|
|
443
|
+
"y": 220,
|
|
444
|
+
"width": 1000,
|
|
445
|
+
"height": 80,
|
|
446
|
+
"scale": 1,
|
|
447
|
+
"rotation": 0,
|
|
448
|
+
"tags": [],
|
|
449
|
+
"defaultAnimationState": "Off",
|
|
450
|
+
"defaultText": "",
|
|
451
|
+
"fontSize": 58,
|
|
452
|
+
"autoFitText": false,
|
|
453
|
+
"fontFamily": "",
|
|
454
|
+
"fontColor": "#ffffff"
|
|
455
|
+
}
|
|
456
|
+
]
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"id": "presentation-game-state",
|
|
460
|
+
"name": "Presentation Game State",
|
|
461
|
+
"hiddenInStates": false,
|
|
462
|
+
"hiddenGlobals": [],
|
|
463
|
+
"elements": [
|
|
464
|
+
{
|
|
465
|
+
"id": "presentation-game-statemomenttext",
|
|
466
|
+
"name": "Presentation Game State Text Field",
|
|
467
|
+
"selector": "",
|
|
468
|
+
"kind": "art",
|
|
469
|
+
"artCompositionId": "layout-text-field",
|
|
470
|
+
"hidden": false,
|
|
471
|
+
"locked": false,
|
|
472
|
+
"x": 960,
|
|
473
|
+
"y": 460,
|
|
474
|
+
"width": 1000,
|
|
475
|
+
"height": 240,
|
|
476
|
+
"scale": 1,
|
|
477
|
+
"rotation": 0,
|
|
478
|
+
"tags": [],
|
|
479
|
+
"defaultAnimationState": "",
|
|
480
|
+
"defaultText": "this is the presentation text",
|
|
481
|
+
"fontSize": 58,
|
|
482
|
+
"autoFitText": false,
|
|
483
|
+
"fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
|
|
484
|
+
"fontColor": "#ffffff"
|
|
485
|
+
}
|
|
486
|
+
]
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"id": "scoreboard-game-state",
|
|
490
|
+
"name": "Scoreboard Game State",
|
|
491
|
+
"hiddenInStates": false,
|
|
492
|
+
"hiddenGlobals": [],
|
|
493
|
+
"elements": [
|
|
494
|
+
{
|
|
495
|
+
"id": "scoreboard-game-statemomenttext",
|
|
496
|
+
"name": "Scoreboard Game State Text Field",
|
|
497
|
+
"selector": "",
|
|
498
|
+
"kind": "art",
|
|
499
|
+
"artCompositionId": "layout-text-field",
|
|
500
|
+
"hidden": false,
|
|
501
|
+
"locked": false,
|
|
502
|
+
"x": 960,
|
|
503
|
+
"y": 460,
|
|
504
|
+
"width": 1000,
|
|
505
|
+
"height": 240,
|
|
506
|
+
"scale": 1,
|
|
507
|
+
"rotation": 0,
|
|
508
|
+
"tags": [],
|
|
509
|
+
"defaultAnimationState": "",
|
|
510
|
+
"defaultText": "scoreboard text",
|
|
511
|
+
"fontSize": 58,
|
|
512
|
+
"autoFitText": false,
|
|
513
|
+
"fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
|
|
514
|
+
"fontColor": "#ffffff"
|
|
515
|
+
}
|
|
516
|
+
]
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"id": "post-game-state",
|
|
520
|
+
"name": "Post Game State",
|
|
521
|
+
"hiddenInStates": false,
|
|
522
|
+
"hiddenGlobals": [],
|
|
523
|
+
"elements": [
|
|
524
|
+
{
|
|
525
|
+
"id": "post-game-statemomenttext",
|
|
526
|
+
"name": "Post Game State Text Field",
|
|
527
|
+
"selector": "",
|
|
528
|
+
"kind": "art",
|
|
529
|
+
"artCompositionId": "layout-text-field",
|
|
530
|
+
"hidden": false,
|
|
531
|
+
"locked": false,
|
|
532
|
+
"x": 960,
|
|
533
|
+
"y": 460,
|
|
534
|
+
"width": 1000,
|
|
535
|
+
"height": 240,
|
|
536
|
+
"scale": 1,
|
|
537
|
+
"rotation": 0,
|
|
538
|
+
"tags": [],
|
|
539
|
+
"defaultAnimationState": "",
|
|
540
|
+
"defaultText": "post game text",
|
|
541
|
+
"fontSize": 58,
|
|
542
|
+
"autoFitText": false,
|
|
543
|
+
"fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
|
|
544
|
+
"fontColor": "#ffffff"
|
|
545
|
+
}
|
|
546
|
+
]
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"id": "writing-moment",
|
|
550
|
+
"name": "Writing Moment",
|
|
551
|
+
"hiddenInStates": false,
|
|
552
|
+
"hiddenGlobals": [],
|
|
553
|
+
"elements": [
|
|
554
|
+
{
|
|
555
|
+
"id": "writing-moment-moment-text",
|
|
556
|
+
"name": "Writing Moment Text Field",
|
|
557
|
+
"selector": "",
|
|
558
|
+
"kind": "art",
|
|
559
|
+
"artCompositionId": "layout-text-field",
|
|
560
|
+
"hidden": false,
|
|
561
|
+
"locked": false,
|
|
166
562
|
"x": 960,
|
|
167
563
|
"y": 460,
|
|
168
|
-
"width":
|
|
564
|
+
"width": 1000,
|
|
169
565
|
"height": 240,
|
|
170
566
|
"scale": 1,
|
|
567
|
+
"rotation": 0,
|
|
568
|
+
"tags": [],
|
|
569
|
+
"defaultAnimationState": "",
|
|
570
|
+
"defaultText": "writing moment",
|
|
571
|
+
"fontSize": 58,
|
|
572
|
+
"autoFitText": false,
|
|
573
|
+
"fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
|
|
574
|
+
"fontColor": "#ffffff"
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"id": "craftingtimer",
|
|
578
|
+
"name": "Crafting Timer",
|
|
579
|
+
"selector": "#craftingTimer",
|
|
580
|
+
"kind": "art",
|
|
581
|
+
"artCompositionId": "crafting-timer-widget",
|
|
582
|
+
"hidden": false,
|
|
583
|
+
"locked": false,
|
|
584
|
+
"x": 1660,
|
|
585
|
+
"y": 185,
|
|
586
|
+
"width": 190,
|
|
587
|
+
"height": 190,
|
|
588
|
+
"scale": 1,
|
|
589
|
+
"rotation": 0,
|
|
590
|
+
"tags": [],
|
|
591
|
+
"defaultAnimationState": "",
|
|
171
592
|
"defaultText": "",
|
|
172
593
|
"fontSize": 58,
|
|
173
594
|
"autoFitText": false,
|
|
174
|
-
"
|
|
175
|
-
"
|
|
595
|
+
"fontFamily": "",
|
|
596
|
+
"fontColor": "#ffffff"
|
|
597
|
+
}
|
|
598
|
+
]
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"id": "voting-moment",
|
|
602
|
+
"name": "Voting Moment",
|
|
603
|
+
"hiddenInStates": false,
|
|
604
|
+
"hiddenGlobals": [],
|
|
605
|
+
"elements": [
|
|
606
|
+
{
|
|
607
|
+
"id": "voting-moment-moment-text",
|
|
608
|
+
"name": "Voting Moment Text Field",
|
|
609
|
+
"selector": "",
|
|
610
|
+
"kind": "art",
|
|
611
|
+
"artCompositionId": "layout-text-field",
|
|
612
|
+
"hidden": false,
|
|
613
|
+
"locked": false,
|
|
614
|
+
"x": 960,
|
|
615
|
+
"y": 460,
|
|
616
|
+
"width": 1000,
|
|
617
|
+
"height": 240,
|
|
618
|
+
"scale": 1,
|
|
619
|
+
"rotation": 0,
|
|
620
|
+
"tags": [],
|
|
621
|
+
"defaultAnimationState": "",
|
|
622
|
+
"defaultText": "voting moment",
|
|
623
|
+
"fontSize": 58,
|
|
624
|
+
"autoFitText": false,
|
|
625
|
+
"fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
|
|
626
|
+
"fontColor": "#ffffff"
|
|
176
627
|
},
|
|
177
628
|
{
|
|
178
|
-
"id": "
|
|
179
|
-
"name": "
|
|
629
|
+
"id": "craftingtimer",
|
|
630
|
+
"name": "Crafting Timer",
|
|
631
|
+
"selector": "#craftingTimer",
|
|
632
|
+
"kind": "art",
|
|
633
|
+
"artCompositionId": "crafting-timer-widget",
|
|
634
|
+
"hidden": false,
|
|
635
|
+
"locked": false,
|
|
636
|
+
"x": 1660,
|
|
637
|
+
"y": 185,
|
|
638
|
+
"width": 190,
|
|
639
|
+
"height": 190,
|
|
640
|
+
"scale": 1,
|
|
641
|
+
"rotation": 0,
|
|
642
|
+
"tags": [],
|
|
643
|
+
"defaultAnimationState": "",
|
|
644
|
+
"defaultText": "",
|
|
645
|
+
"fontSize": 58,
|
|
646
|
+
"autoFitText": false,
|
|
647
|
+
"fontFamily": "",
|
|
648
|
+
"fontColor": "#ffffff"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"id": "votingcardlayer",
|
|
652
|
+
"name": "Voting Cards",
|
|
653
|
+
"selector": "#votingCardLayer",
|
|
180
654
|
"kind": "art",
|
|
655
|
+
"artCompositionId": "",
|
|
656
|
+
"hidden": false,
|
|
657
|
+
"locked": false,
|
|
181
658
|
"x": 960,
|
|
182
|
-
"y":
|
|
183
|
-
"width":
|
|
184
|
-
"height":
|
|
659
|
+
"y": 330,
|
|
660
|
+
"width": 1100,
|
|
661
|
+
"height": 350,
|
|
185
662
|
"scale": 1,
|
|
186
|
-
"
|
|
663
|
+
"rotation": 0,
|
|
664
|
+
"tags": [],
|
|
665
|
+
"defaultAnimationState": "",
|
|
666
|
+
"defaultText": "",
|
|
667
|
+
"fontSize": 58,
|
|
668
|
+
"autoFitText": false,
|
|
669
|
+
"fontFamily": "",
|
|
670
|
+
"fontColor": "#ffffff"
|
|
671
|
+
}
|
|
672
|
+
]
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"id": "voice-moment",
|
|
676
|
+
"name": "Voice Moment",
|
|
677
|
+
"hiddenInStates": false,
|
|
678
|
+
"hiddenGlobals": [],
|
|
679
|
+
"elements": [
|
|
680
|
+
{
|
|
681
|
+
"id": "voice-moment-moment-text",
|
|
682
|
+
"name": "Voice Moment Text Field",
|
|
683
|
+
"selector": "",
|
|
684
|
+
"kind": "art",
|
|
685
|
+
"artCompositionId": "layout-text-field",
|
|
686
|
+
"hidden": false,
|
|
687
|
+
"locked": false,
|
|
688
|
+
"x": 960,
|
|
689
|
+
"y": 460,
|
|
690
|
+
"width": 1000,
|
|
691
|
+
"height": 240,
|
|
692
|
+
"scale": 1,
|
|
693
|
+
"rotation": 0,
|
|
694
|
+
"tags": [],
|
|
695
|
+
"defaultAnimationState": "",
|
|
696
|
+
"defaultText": "voice moment",
|
|
697
|
+
"fontSize": 58,
|
|
698
|
+
"autoFitText": false,
|
|
699
|
+
"fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
|
|
700
|
+
"fontColor": "#ffffff"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"id": "craftingtimer",
|
|
704
|
+
"name": "Crafting Timer",
|
|
705
|
+
"selector": "#craftingTimer",
|
|
706
|
+
"kind": "art",
|
|
707
|
+
"artCompositionId": "crafting-timer-widget",
|
|
708
|
+
"hidden": false,
|
|
709
|
+
"locked": false,
|
|
710
|
+
"x": 1660,
|
|
711
|
+
"y": 185,
|
|
712
|
+
"width": 190,
|
|
713
|
+
"height": 190,
|
|
714
|
+
"scale": 1,
|
|
715
|
+
"rotation": 0,
|
|
716
|
+
"tags": [],
|
|
717
|
+
"defaultAnimationState": "",
|
|
718
|
+
"defaultText": "",
|
|
187
719
|
"fontSize": 58,
|
|
188
720
|
"autoFitText": false,
|
|
189
|
-
"
|
|
190
|
-
"
|
|
721
|
+
"fontFamily": "",
|
|
722
|
+
"fontColor": "#ffffff"
|
|
191
723
|
}
|
|
192
724
|
]
|
|
193
725
|
}
|