@pop-party/create-game 1.3.1 → 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.
@@ -15,7 +15,6 @@
15
15
  "selector": "#controllerPlayerBanner",
16
16
  "kind": "art",
17
17
  "artCompositionId": "controller-player-banner",
18
- "layoutLayer": "content",
19
18
  "hidden": false,
20
19
  "locked": false,
21
20
  "x": 195,
@@ -24,14 +23,54 @@
24
23
  "height": 78,
25
24
  "scale": 1,
26
25
  "rotation": 0,
27
- "tags": [],
28
- "defaultAnimationState": "On",
26
+ "defaultAnimationState": "Off",
29
27
  "defaultText": "",
30
28
  "fontSize": 58,
31
29
  "autoFitText": false,
32
30
  "fontFamily": "",
33
- "fontColor": "#ffffff",
34
- "playerBannerWidgetVersion": 1
31
+ "fontColor": "#ffffff"
32
+ },
33
+ {
34
+ "id": "controllerglobalactionmessage",
35
+ "name": "Global Action Message",
36
+ "selector": "",
37
+ "kind": "art",
38
+ "artCompositionId": "layout-text-field",
39
+ "hidden": false,
40
+ "locked": false,
41
+ "x": 195,
42
+ "y": 255,
43
+ "width": 330,
44
+ "height": 132,
45
+ "scale": 1,
46
+ "rotation": 0,
47
+ "defaultAnimationState": "Off",
48
+ "defaultText": "Tap Next to continue",
49
+ "fontSize": 42,
50
+ "autoFitText": true,
51
+ "fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
52
+ "fontColor": "#17131f"
53
+ },
54
+ {
55
+ "id": "controllerglobalactionbutton",
56
+ "name": "Global Action Button",
57
+ "selector": "#controllerGlobalActionButton",
58
+ "kind": "art",
59
+ "artCompositionId": "controller-primary-button",
60
+ "hidden": false,
61
+ "locked": false,
62
+ "x": 195,
63
+ "y": 455,
64
+ "width": 300,
65
+ "height": 78,
66
+ "scale": 1,
67
+ "rotation": 0,
68
+ "defaultAnimationState": "Off",
69
+ "defaultText": "",
70
+ "fontSize": 58,
71
+ "autoFitText": false,
72
+ "fontFamily": "",
73
+ "fontColor": "#ffffff"
35
74
  }
36
75
  ]
37
76
  },
@@ -41,7 +80,9 @@
41
80
  "name": "Join Controller",
42
81
  "hiddenInStates": false,
43
82
  "hiddenGlobals": [
44
- "controllerplayerbanner"
83
+ "controllerplayerbanner",
84
+ "controllerglobalactionmessage",
85
+ "controllerglobalactionbutton"
45
86
  ],
46
87
  "elements": [
47
88
  {
@@ -50,7 +91,6 @@
50
91
  "selector": "",
51
92
  "kind": "art",
52
93
  "artCompositionId": "layout-text-field",
53
- "layoutLayer": "content",
54
94
  "hidden": false,
55
95
  "locked": false,
56
96
  "x": 195,
@@ -59,7 +99,6 @@
59
99
  "height": 86,
60
100
  "scale": 1,
61
101
  "rotation": 0,
62
- "tags": [],
63
102
  "defaultAnimationState": "On",
64
103
  "defaultText": "Join Lobby",
65
104
  "fontSize": 54,
@@ -73,7 +112,6 @@
73
112
  "selector": "#stageCodeField",
74
113
  "kind": "art",
75
114
  "artCompositionId": "controller-stage-code-field",
76
- "layoutLayer": "content",
77
115
  "hidden": false,
78
116
  "locked": false,
79
117
  "x": 195,
@@ -82,7 +120,6 @@
82
120
  "height": 96,
83
121
  "scale": 1,
84
122
  "rotation": 0,
85
- "tags": [],
86
123
  "defaultAnimationState": "On",
87
124
  "defaultText": "",
88
125
  "fontSize": 58,
@@ -96,7 +133,6 @@
96
133
  "selector": "#playerNameField",
97
134
  "kind": "art",
98
135
  "artCompositionId": "controller-player-name-field",
99
- "layoutLayer": "content",
100
136
  "hidden": false,
101
137
  "locked": false,
102
138
  "x": 195,
@@ -105,7 +141,6 @@
105
141
  "height": 96,
106
142
  "scale": 1,
107
143
  "rotation": 0,
108
- "tags": [],
109
144
  "defaultAnimationState": "On",
110
145
  "defaultText": "",
111
146
  "fontSize": 58,
@@ -114,12 +149,11 @@
114
149
  "fontColor": "#ffffff"
115
150
  },
116
151
  {
117
- "id": "controllerjoinbuttoncontainer",
118
- "name": "Join Button Container",
119
- "selector": "#controllerJoinButtonContainer",
152
+ "id": "joinbutton",
153
+ "name": "Join Button",
154
+ "selector": "#joinButton",
120
155
  "kind": "art",
121
- "artCompositionId": "",
122
- "layoutLayer": "content",
156
+ "artCompositionId": "controller-primary-button",
123
157
  "hidden": false,
124
158
  "locked": false,
125
159
  "x": 195,
@@ -128,7 +162,6 @@
128
162
  "height": 78,
129
163
  "scale": 1,
130
164
  "rotation": 0,
131
- "tags": [],
132
165
  "defaultAnimationState": "On",
133
166
  "defaultText": "",
134
167
  "fontSize": 58,
@@ -143,7 +176,9 @@
143
176
  "name": "Lobby Controller",
144
177
  "hiddenInStates": false,
145
178
  "hiddenGlobals": [
146
- "controllerplayerbanner"
179
+ "controllerplayerbanner",
180
+ "controllerglobalactionmessage",
181
+ "controllerglobalactionbutton"
147
182
  ],
148
183
  "elements": [
149
184
  {
@@ -152,7 +187,6 @@
152
187
  "selector": "#controllerAvatar",
153
188
  "kind": "art",
154
189
  "artCompositionId": "controller-avatar-button",
155
- "layoutLayer": "content",
156
190
  "hidden": false,
157
191
  "locked": false,
158
192
  "x": 195,
@@ -161,7 +195,6 @@
161
195
  "height": 104,
162
196
  "scale": 1,
163
197
  "rotation": 0,
164
- "tags": [],
165
198
  "defaultAnimationState": "On",
166
199
  "defaultText": "",
167
200
  "fontSize": 58,
@@ -175,7 +208,6 @@
175
208
  "selector": "",
176
209
  "kind": "art",
177
210
  "artCompositionId": "layout-text-field",
178
- "layoutLayer": "content",
179
211
  "hidden": false,
180
212
  "locked": false,
181
213
  "x": 195,
@@ -184,7 +216,6 @@
184
216
  "height": 80,
185
217
  "scale": 1,
186
218
  "rotation": 0,
187
- "tags": [],
188
219
  "defaultAnimationState": "On",
189
220
  "defaultText": "Player",
190
221
  "fontSize": 66,
@@ -198,16 +229,14 @@
198
229
  "selector": "",
199
230
  "kind": "art",
200
231
  "artCompositionId": "layout-text-field",
201
- "layoutLayer": "content",
202
232
  "hidden": false,
203
233
  "locked": false,
204
234
  "x": 195,
205
235
  "y": 382,
206
- "width": 330,
207
- "height": 48,
208
- "scale": 1,
236
+ "width": 1000,
237
+ "height": 240,
238
+ "scale": 0.35,
209
239
  "rotation": 0,
210
- "tags": [],
211
240
  "defaultAnimationState": "On",
212
241
  "defaultText": "Waiting in lobby",
213
242
  "fontSize": 28,
@@ -216,12 +245,11 @@
216
245
  "fontColor": "#6b5a80"
217
246
  },
218
247
  {
219
- "id": "controllerlobbybuttoncontainer",
220
- "name": "Lobby Button Container",
221
- "selector": "#controllerLobbyButtonContainer",
248
+ "id": "startgamebutton",
249
+ "name": "Start Game Button",
250
+ "selector": "#startGameButton",
222
251
  "kind": "art",
223
- "artCompositionId": "",
224
- "layoutLayer": "content",
252
+ "artCompositionId": "controller-primary-button",
225
253
  "hidden": false,
226
254
  "locked": false,
227
255
  "x": 195,
@@ -230,7 +258,6 @@
230
258
  "height": 78,
231
259
  "scale": 1,
232
260
  "rotation": 0,
233
- "tags": [],
234
261
  "defaultAnimationState": "On",
235
262
  "defaultText": "",
236
263
  "fontSize": 58,
@@ -241,72 +268,96 @@
241
268
  ]
242
269
  },
243
270
  {
244
- "id": "round-intro-game-state",
245
- "name": "Round Intro Game State",
271
+ "id": "intro",
272
+ "name": "Game Intro Game State",
246
273
  "hiddenInStates": false,
247
274
  "hiddenGlobals": [],
248
275
  "elements": [
249
276
  {
250
- "id": "round-intro-game-state-controller-text",
251
- "name": "Round Intro Game State Text Field",
277
+ "id": "controllerintromessage",
278
+ "name": "Intro Message",
252
279
  "selector": "",
253
280
  "kind": "art",
254
281
  "artCompositionId": "layout-text-field",
255
- "layoutLayer": "content",
256
282
  "hidden": false,
257
283
  "locked": false,
258
284
  "x": 195,
259
285
  "y": 250,
260
286
  "width": 330,
261
- "height": 140,
287
+ "height": 120,
262
288
  "scale": 1,
263
289
  "rotation": 0,
264
- "tags": [],
265
290
  "defaultAnimationState": "On",
266
- "defaultText": "Round Intro Game State",
267
- "fontSize": 42,
291
+ "defaultText": "Welcome to the Game",
292
+ "fontSize": 44,
268
293
  "autoFitText": true,
269
294
  "fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
270
295
  "fontColor": "#17131f"
296
+ },
297
+ {
298
+ "id": "intropresentbutton",
299
+ "name": "Present Button",
300
+ "selector": "#introPresentButton",
301
+ "kind": "art",
302
+ "artCompositionId": "controller-primary-button",
303
+ "hidden": false,
304
+ "locked": false,
305
+ "x": 195,
306
+ "y": 450,
307
+ "width": 300,
308
+ "height": 78,
309
+ "scale": 1,
310
+ "rotation": 0,
311
+ "defaultAnimationState": "On",
312
+ "defaultText": "",
313
+ "fontSize": 58,
314
+ "autoFitText": false,
315
+ "fontFamily": "",
316
+ "fontColor": "#ffffff"
271
317
  }
272
318
  ]
273
319
  },
274
320
  {
275
- "id": "crafting-game-state",
276
- "name": "Crafting Game State",
321
+ "id": "round-intro-game-state",
322
+ "name": "Round Intro Game State",
277
323
  "hiddenInStates": false,
278
324
  "hiddenGlobals": [],
279
325
  "elements": [
280
326
  {
281
- "id": "controllerchoiceprompt",
282
- "name": "Choice Prompt",
327
+ "id": "round-intro-game-state-controller-text",
328
+ "name": "Round Intro Game State Text Field",
283
329
  "selector": "",
284
330
  "kind": "art",
285
331
  "artCompositionId": "layout-text-field",
286
- "layoutLayer": "content",
287
332
  "hidden": false,
288
333
  "locked": false,
289
334
  "x": 195,
290
- "y": 180,
335
+ "y": 250,
291
336
  "width": 330,
292
- "height": 120,
337
+ "height": 140,
293
338
  "scale": 1,
294
339
  "rotation": 0,
295
- "tags": [],
296
340
  "defaultAnimationState": "On",
297
- "defaultText": "Answer this question by tapping an answer",
298
- "fontSize": 32,
299
- "autoFitText": false,
341
+ "defaultText": "Round Intro Game State",
342
+ "fontSize": 42,
343
+ "autoFitText": true,
300
344
  "fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
301
345
  "fontColor": "#17131f"
302
- },
346
+ }
347
+ ]
348
+ },
349
+ {
350
+ "id": "crafting-game-state",
351
+ "name": "Crafting Game State",
352
+ "hiddenInStates": false,
353
+ "hiddenGlobals": [],
354
+ "elements": [
303
355
  {
304
356
  "id": "controllerchoicegrid",
305
357
  "name": "Choice Buttons",
306
358
  "selector": "#controllerChoiceGrid",
307
359
  "kind": "art",
308
360
  "artCompositionId": "",
309
- "layoutLayer": "content",
310
361
  "hidden": false,
311
362
  "locked": false,
312
363
  "x": 195,
@@ -315,7 +366,6 @@
315
366
  "height": 420,
316
367
  "scale": 1,
317
368
  "rotation": 0,
318
- "tags": [],
319
369
  "defaultAnimationState": "On",
320
370
  "defaultText": "",
321
371
  "fontSize": 58,
@@ -323,13 +373,33 @@
323
373
  "fontFamily": "",
324
374
  "fontColor": "#ffffff"
325
375
  },
376
+ {
377
+ "id": "controllerchoiceprompt",
378
+ "name": "Choice Prompt",
379
+ "selector": "",
380
+ "kind": "art",
381
+ "artCompositionId": "layout-text-field",
382
+ "hidden": false,
383
+ "locked": false,
384
+ "x": 195,
385
+ "y": 180,
386
+ "width": 330,
387
+ "height": 120,
388
+ "scale": 1,
389
+ "rotation": 0,
390
+ "defaultAnimationState": "On",
391
+ "defaultText": "Answer this question by tapping an answer",
392
+ "fontSize": 32,
393
+ "autoFitText": false,
394
+ "fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
395
+ "fontColor": "#17131f"
396
+ },
326
397
  {
327
398
  "id": "controllerchoicedone",
328
399
  "name": "Choice Done Text",
329
400
  "selector": "",
330
401
  "kind": "art",
331
402
  "artCompositionId": "layout-text-field",
332
- "layoutLayer": "content",
333
403
  "hidden": false,
334
404
  "locked": false,
335
405
  "x": 195,
@@ -338,8 +408,7 @@
338
408
  "height": 150,
339
409
  "scale": 1,
340
410
  "rotation": 0,
341
- "tags": [],
342
- "defaultAnimationState": "On",
411
+ "defaultAnimationState": "Off",
343
412
  "defaultText": "You chose:",
344
413
  "fontSize": 34,
345
414
  "autoFitText": true,
@@ -352,7 +421,6 @@
352
421
  "selector": "",
353
422
  "kind": "art",
354
423
  "artCompositionId": "layout-text-field",
355
- "layoutLayer": "content",
356
424
  "hidden": false,
357
425
  "locked": false,
358
426
  "x": 195,
@@ -361,7 +429,6 @@
361
429
  "height": 92,
362
430
  "scale": 1,
363
431
  "rotation": 0,
364
- "tags": [],
365
432
  "defaultAnimationState": "On",
366
433
  "defaultText": "Write your answer",
367
434
  "fontSize": 32,
@@ -375,7 +442,6 @@
375
442
  "selector": "#controllerInvalidBanner",
376
443
  "kind": "art",
377
444
  "artCompositionId": "controller-invalid-banner",
378
- "layoutLayer": "content",
379
445
  "hidden": false,
380
446
  "locked": false,
381
447
  "x": 195,
@@ -384,7 +450,6 @@
384
450
  "height": 64,
385
451
  "scale": 1,
386
452
  "rotation": 0,
387
- "tags": [],
388
453
  "defaultAnimationState": "On",
389
454
  "defaultText": "",
390
455
  "fontSize": 58,
@@ -398,7 +463,6 @@
398
463
  "selector": "#controllerTextInput",
399
464
  "kind": "art",
400
465
  "artCompositionId": "controller-text-input-field",
401
- "layoutLayer": "content",
402
466
  "hidden": false,
403
467
  "locked": false,
404
468
  "x": 195,
@@ -407,7 +471,6 @@
407
471
  "height": 128,
408
472
  "scale": 1,
409
473
  "rotation": 0,
410
- "tags": [],
411
474
  "defaultAnimationState": "On",
412
475
  "defaultText": "",
413
476
  "fontSize": 58,
@@ -416,12 +479,11 @@
416
479
  "fontColor": "#ffffff"
417
480
  },
418
481
  {
419
- "id": "controllertextsubmitbuttoncontainer",
420
- "name": "Text Submit Button Container",
421
- "selector": "#controllerTextSubmitButtonContainer",
482
+ "id": "controllertextsubmitbutton",
483
+ "name": "Text Submit Button",
484
+ "selector": "#controllerTextSubmitButton",
422
485
  "kind": "art",
423
- "artCompositionId": "",
424
- "layoutLayer": "content",
486
+ "artCompositionId": "controller-primary-button",
425
487
  "hidden": false,
426
488
  "locked": false,
427
489
  "x": 195,
@@ -430,7 +492,6 @@
430
492
  "height": 70,
431
493
  "scale": 1,
432
494
  "rotation": 0,
433
- "tags": [],
434
495
  "defaultAnimationState": "On",
435
496
  "defaultText": "",
436
497
  "fontSize": 58,
@@ -444,7 +505,6 @@
444
505
  "selector": "",
445
506
  "kind": "art",
446
507
  "artCompositionId": "layout-text-field",
447
- "layoutLayer": "content",
448
508
  "hidden": false,
449
509
  "locked": false,
450
510
  "x": 195,
@@ -453,7 +513,6 @@
453
513
  "height": 150,
454
514
  "scale": 1,
455
515
  "rotation": 0,
456
- "tags": [],
457
516
  "defaultAnimationState": "On",
458
517
  "defaultText": "You wrote:",
459
518
  "fontSize": 34,
@@ -475,7 +534,6 @@
475
534
  "selector": "",
476
535
  "kind": "art",
477
536
  "artCompositionId": "layout-text-field",
478
- "layoutLayer": "content",
479
537
  "hidden": false,
480
538
  "locked": false,
481
539
  "x": 195,
@@ -484,7 +542,6 @@
484
542
  "height": 140,
485
543
  "scale": 1,
486
544
  "rotation": 0,
487
- "tags": [],
488
545
  "defaultAnimationState": "On",
489
546
  "defaultText": "Presentation Game State",
490
547
  "fontSize": 42,
@@ -506,7 +563,6 @@
506
563
  "selector": "",
507
564
  "kind": "art",
508
565
  "artCompositionId": "layout-text-field",
509
- "layoutLayer": "content",
510
566
  "hidden": false,
511
567
  "locked": false,
512
568
  "x": 195,
@@ -515,7 +571,6 @@
515
571
  "height": 140,
516
572
  "scale": 1,
517
573
  "rotation": 0,
518
- "tags": [],
519
574
  "defaultAnimationState": "On",
520
575
  "defaultText": "Scoreboard Game State",
521
576
  "fontSize": 42,
@@ -537,7 +592,6 @@
537
592
  "selector": "",
538
593
  "kind": "art",
539
594
  "artCompositionId": "layout-text-field",
540
- "layoutLayer": "content",
541
595
  "hidden": false,
542
596
  "locked": false,
543
597
  "x": 195,
@@ -546,7 +600,6 @@
546
600
  "height": 140,
547
601
  "scale": 1,
548
602
  "rotation": 0,
549
- "tags": [],
550
603
  "defaultAnimationState": "On",
551
604
  "defaultText": "Post Game State",
552
605
  "fontSize": 42,
@@ -568,7 +621,6 @@
568
621
  "selector": "",
569
622
  "kind": "art",
570
623
  "artCompositionId": "layout-text-field",
571
- "layoutLayer": "content",
572
624
  "hidden": false,
573
625
  "locked": false,
574
626
  "x": 195,
@@ -577,7 +629,6 @@
577
629
  "height": 92,
578
630
  "scale": 1,
579
631
  "rotation": 0,
580
- "tags": [],
581
632
  "defaultAnimationState": "On",
582
633
  "defaultText": "Write your answer",
583
634
  "fontSize": 32,
@@ -591,7 +642,6 @@
591
642
  "selector": "#controllerInvalidBanner",
592
643
  "kind": "art",
593
644
  "artCompositionId": "controller-invalid-banner",
594
- "layoutLayer": "content",
595
645
  "hidden": false,
596
646
  "locked": false,
597
647
  "x": 195,
@@ -600,8 +650,7 @@
600
650
  "height": 64,
601
651
  "scale": 1,
602
652
  "rotation": 0,
603
- "tags": [],
604
- "defaultAnimationState": "On",
653
+ "defaultAnimationState": "Off",
605
654
  "defaultText": "",
606
655
  "fontSize": 58,
607
656
  "autoFitText": false,
@@ -614,7 +663,6 @@
614
663
  "selector": "#controllerTextInput",
615
664
  "kind": "art",
616
665
  "artCompositionId": "controller-text-input-field",
617
- "layoutLayer": "content",
618
666
  "hidden": false,
619
667
  "locked": false,
620
668
  "x": 195,
@@ -623,7 +671,6 @@
623
671
  "height": 128,
624
672
  "scale": 1,
625
673
  "rotation": 0,
626
- "tags": [],
627
674
  "defaultAnimationState": "On",
628
675
  "defaultText": "",
629
676
  "fontSize": 58,
@@ -632,12 +679,11 @@
632
679
  "fontColor": "#ffffff"
633
680
  },
634
681
  {
635
- "id": "controllertextsubmitbuttoncontainer",
636
- "name": "Text Submit Button Container",
637
- "selector": "#controllerTextSubmitButtonContainer",
682
+ "id": "controllertextsubmitbutton",
683
+ "name": "Text Submit Button",
684
+ "selector": "#controllerTextSubmitButton",
638
685
  "kind": "art",
639
- "artCompositionId": "",
640
- "layoutLayer": "content",
686
+ "artCompositionId": "controller-primary-button",
641
687
  "hidden": false,
642
688
  "locked": false,
643
689
  "x": 195,
@@ -646,7 +692,6 @@
646
692
  "height": 70,
647
693
  "scale": 1,
648
694
  "rotation": 0,
649
- "tags": [],
650
695
  "defaultAnimationState": "On",
651
696
  "defaultText": "",
652
697
  "fontSize": 58,
@@ -660,7 +705,6 @@
660
705
  "selector": "",
661
706
  "kind": "art",
662
707
  "artCompositionId": "layout-text-field",
663
- "layoutLayer": "content",
664
708
  "hidden": false,
665
709
  "locked": false,
666
710
  "x": 195,
@@ -669,8 +713,7 @@
669
713
  "height": 150,
670
714
  "scale": 1,
671
715
  "rotation": 0,
672
- "tags": [],
673
- "defaultAnimationState": "On",
716
+ "defaultAnimationState": "Off",
674
717
  "defaultText": "You wrote:",
675
718
  "fontSize": 34,
676
719
  "autoFitText": true,
@@ -691,7 +734,6 @@
691
734
  "selector": "",
692
735
  "kind": "art",
693
736
  "artCompositionId": "layout-text-field",
694
- "layoutLayer": "content",
695
737
  "hidden": false,
696
738
  "locked": false,
697
739
  "x": 195,
@@ -700,7 +742,6 @@
700
742
  "height": 80,
701
743
  "scale": 1,
702
744
  "rotation": 0,
703
- "tags": [],
704
745
  "defaultAnimationState": "On",
705
746
  "defaultText": "Voting Moment",
706
747
  "fontSize": 42,
@@ -714,7 +755,6 @@
714
755
  "selector": "#controllerChoiceGrid",
715
756
  "kind": "art",
716
757
  "artCompositionId": "",
717
- "layoutLayer": "content",
718
758
  "hidden": false,
719
759
  "locked": false,
720
760
  "x": 193.279,
@@ -723,7 +763,6 @@
723
763
  "height": 420,
724
764
  "scale": 1,
725
765
  "rotation": 0,
726
- "tags": [],
727
766
  "defaultAnimationState": "On",
728
767
  "defaultText": "",
729
768
  "fontSize": 58,
@@ -732,6 +771,763 @@
732
771
  "fontColor": "#ffffff"
733
772
  }
734
773
  ]
774
+ },
775
+ {
776
+ "id": "voice-moment",
777
+ "name": "Voice Moment",
778
+ "hiddenInStates": false,
779
+ "hiddenGlobals": null,
780
+ "elements": [
781
+ {
782
+ "id": "controllermicaccessprompt",
783
+ "name": "Microphone Access Prompt",
784
+ "selector": "",
785
+ "kind": "art",
786
+ "artCompositionId": "layout-text-field",
787
+ "hidden": false,
788
+ "locked": false,
789
+ "x": 195,
790
+ "y": 190,
791
+ "width": 330,
792
+ "height": 150,
793
+ "scale": 1,
794
+ "rotation": 0,
795
+ "defaultAnimationState": "On",
796
+ "defaultText": "Give microphone access to the game",
797
+ "fontSize": 34,
798
+ "autoFitText": false,
799
+ "fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
800
+ "fontColor": "#17131f"
801
+ },
802
+ {
803
+ "id": "controllermicaccessbutton",
804
+ "name": "Microphone Access Button",
805
+ "selector": "#controllerMicAccessButton",
806
+ "kind": "art",
807
+ "artCompositionId": "controller-primary-button",
808
+ "hidden": false,
809
+ "locked": false,
810
+ "x": 195,
811
+ "y": 430,
812
+ "width": 280,
813
+ "height": 82,
814
+ "scale": 1,
815
+ "rotation": 0,
816
+ "defaultAnimationState": "On",
817
+ "defaultText": "",
818
+ "fontSize": 58,
819
+ "autoFitText": false,
820
+ "fontFamily": "",
821
+ "fontColor": "#ffffff"
822
+ },
823
+ {
824
+ "id": "controllermicaccessstatus",
825
+ "name": "Microphone Access Status",
826
+ "selector": "",
827
+ "kind": "art",
828
+ "artCompositionId": "layout-text-field",
829
+ "hidden": false,
830
+ "locked": false,
831
+ "x": 195,
832
+ "y": 540,
833
+ "width": 330,
834
+ "height": 80,
835
+ "scale": 1,
836
+ "rotation": 0,
837
+ "defaultAnimationState": "On",
838
+ "defaultText": "Chrome will ask for microphone permission",
839
+ "fontSize": 22,
840
+ "autoFitText": false,
841
+ "fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
842
+ "fontColor": "#17131f"
843
+ },
844
+ {
845
+ "id": "controllertextprompt",
846
+ "name": "Text Input Prompt",
847
+ "selector": "",
848
+ "kind": "art",
849
+ "artCompositionId": "layout-text-field",
850
+ "hidden": false,
851
+ "locked": false,
852
+ "x": 195,
853
+ "y": 170,
854
+ "width": 330,
855
+ "height": 92,
856
+ "scale": 1,
857
+ "rotation": 0,
858
+ "defaultAnimationState": "On",
859
+ "defaultText": "Write your answer",
860
+ "fontSize": 32,
861
+ "autoFitText": false,
862
+ "fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
863
+ "fontColor": "#17131f"
864
+ },
865
+ {
866
+ "id": "controllerinvalidbanner",
867
+ "name": "Invalid Submission Banner",
868
+ "selector": "#controllerInvalidBanner",
869
+ "kind": "art",
870
+ "artCompositionId": "controller-invalid-banner",
871
+ "hidden": false,
872
+ "locked": false,
873
+ "x": 195,
874
+ "y": 245,
875
+ "width": 330,
876
+ "height": 64,
877
+ "scale": 1,
878
+ "rotation": 0,
879
+ "defaultAnimationState": "Off",
880
+ "defaultText": "",
881
+ "fontSize": 58,
882
+ "autoFitText": false,
883
+ "fontFamily": "",
884
+ "fontColor": "#ffffff"
885
+ },
886
+ {
887
+ "id": "controllertextinput",
888
+ "name": "Text Input Field",
889
+ "selector": "#controllerTextInput",
890
+ "kind": "art",
891
+ "artCompositionId": "controller-text-input-field",
892
+ "hidden": false,
893
+ "locked": false,
894
+ "x": 195,
895
+ "y": 360,
896
+ "width": 330,
897
+ "height": 128,
898
+ "scale": 1,
899
+ "rotation": 0,
900
+ "defaultAnimationState": "On",
901
+ "defaultText": "",
902
+ "fontSize": 58,
903
+ "autoFitText": false,
904
+ "fontFamily": "",
905
+ "fontColor": "#ffffff"
906
+ },
907
+ {
908
+ "id": "controllertextsubmitbutton",
909
+ "name": "Text Submit Button",
910
+ "selector": "#controllerTextSubmitButton",
911
+ "kind": "art",
912
+ "artCompositionId": "controller-primary-button",
913
+ "hidden": false,
914
+ "locked": false,
915
+ "x": 195,
916
+ "y": 475,
917
+ "width": 300,
918
+ "height": 70,
919
+ "scale": 1,
920
+ "rotation": 0,
921
+ "defaultAnimationState": "On",
922
+ "defaultText": "",
923
+ "fontSize": 58,
924
+ "autoFitText": false,
925
+ "fontFamily": "",
926
+ "fontColor": "#ffffff"
927
+ },
928
+ {
929
+ "id": "controllervoicebutton",
930
+ "name": "Voice Record Button",
931
+ "selector": "#controllerVoiceButton",
932
+ "kind": "art",
933
+ "artCompositionId": "controller-primary-button",
934
+ "hidden": false,
935
+ "locked": false,
936
+ "x": 195,
937
+ "y": 390,
938
+ "width": 300,
939
+ "height": 110,
940
+ "scale": 1,
941
+ "rotation": 0,
942
+ "defaultAnimationState": "On",
943
+ "defaultText": "",
944
+ "fontSize": 58,
945
+ "autoFitText": false,
946
+ "fontFamily": "",
947
+ "fontColor": "#ffffff"
948
+ },
949
+ {
950
+ "id": "controllervoicestatus",
951
+ "name": "Voice Status",
952
+ "selector": "",
953
+ "kind": "art",
954
+ "artCompositionId": "layout-text-field",
955
+ "hidden": false,
956
+ "locked": false,
957
+ "x": 195,
958
+ "y": 510,
959
+ "width": 330,
960
+ "height": 64,
961
+ "scale": 1,
962
+ "rotation": 0,
963
+ "defaultAnimationState": "On",
964
+ "defaultText": "Tap to record",
965
+ "fontSize": 22,
966
+ "autoFitText": false,
967
+ "fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
968
+ "fontColor": "#17131f"
969
+ },
970
+ {
971
+ "id": "controllertextdone",
972
+ "name": "Text Done Message",
973
+ "selector": "",
974
+ "kind": "art",
975
+ "artCompositionId": "layout-text-field",
976
+ "hidden": false,
977
+ "locked": false,
978
+ "x": 195,
979
+ "y": 410,
980
+ "width": 330,
981
+ "height": 150,
982
+ "scale": 1,
983
+ "rotation": 0,
984
+ "defaultAnimationState": "On",
985
+ "defaultText": "You wrote:",
986
+ "fontSize": 34,
987
+ "autoFitText": false,
988
+ "fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
989
+ "fontColor": "#17131f"
990
+ }
991
+ ]
992
+ },
993
+ {
994
+ "id": "controller-presentation",
995
+ "name": "Presentation",
996
+ "hiddenInStates": false,
997
+ "hiddenGlobals": null,
998
+ "elements": [
999
+ {
1000
+ "id": "controllerglobalactionmessage",
1001
+ "name": "Presentation Message",
1002
+ "selector": "",
1003
+ "kind": "art",
1004
+ "artCompositionId": "layout-text-field",
1005
+ "hidden": false,
1006
+ "locked": false,
1007
+ "x": 195,
1008
+ "y": 300,
1009
+ "width": 330,
1010
+ "height": 150,
1011
+ "scale": 1,
1012
+ "rotation": 0,
1013
+ "defaultAnimationState": "On",
1014
+ "defaultText": "Tap Next to continue",
1015
+ "fontSize": 38,
1016
+ "autoFitText": false,
1017
+ "fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
1018
+ "fontColor": "#17131f"
1019
+ },
1020
+ {
1021
+ "id": "controllerglobalactionbutton",
1022
+ "name": "Presentation Button",
1023
+ "selector": "#controllerGlobalActionButton",
1024
+ "kind": "art",
1025
+ "artCompositionId": "controller-primary-button",
1026
+ "hidden": false,
1027
+ "locked": false,
1028
+ "x": 195,
1029
+ "y": 470,
1030
+ "width": 280,
1031
+ "height": 82,
1032
+ "scale": 1,
1033
+ "rotation": 0,
1034
+ "defaultAnimationState": "On",
1035
+ "defaultText": "",
1036
+ "fontSize": 58,
1037
+ "autoFitText": false,
1038
+ "fontFamily": "",
1039
+ "fontColor": "#ffffff"
1040
+ }
1041
+ ]
1042
+ },
1043
+ {
1044
+ "id": "controller-multiple-choice",
1045
+ "name": "Multiple Choice",
1046
+ "hiddenInStates": false,
1047
+ "hiddenGlobals": null,
1048
+ "elements": [
1049
+ {
1050
+ "id": "controllerchoiceprompt",
1051
+ "name": "Choice Prompt",
1052
+ "selector": "",
1053
+ "kind": "art",
1054
+ "artCompositionId": "layout-text-field",
1055
+ "hidden": false,
1056
+ "locked": false,
1057
+ "x": 195,
1058
+ "y": 180,
1059
+ "width": 330,
1060
+ "height": 120,
1061
+ "scale": 1,
1062
+ "rotation": 0,
1063
+ "defaultAnimationState": "On",
1064
+ "defaultText": "Answer this question by tapping an answer",
1065
+ "fontSize": 32,
1066
+ "autoFitText": false,
1067
+ "fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
1068
+ "fontColor": "#17131f"
1069
+ },
1070
+ {
1071
+ "id": "controllerchoicegrid",
1072
+ "name": "Choice Buttons",
1073
+ "selector": "#controllerChoiceGrid",
1074
+ "kind": "art",
1075
+ "artCompositionId": "",
1076
+ "hidden": false,
1077
+ "locked": false,
1078
+ "x": 195,
1079
+ "y": 485,
1080
+ "width": 330,
1081
+ "height": 420,
1082
+ "scale": 1,
1083
+ "rotation": 0,
1084
+ "defaultAnimationState": "On",
1085
+ "defaultText": "",
1086
+ "fontSize": 58,
1087
+ "autoFitText": false,
1088
+ "fontFamily": "",
1089
+ "fontColor": "#ffffff"
1090
+ },
1091
+ {
1092
+ "id": "controllerchoicedone",
1093
+ "name": "Choice Done Text",
1094
+ "selector": "",
1095
+ "kind": "art",
1096
+ "artCompositionId": "layout-text-field",
1097
+ "hidden": false,
1098
+ "locked": false,
1099
+ "x": 195,
1100
+ "y": 420,
1101
+ "width": 330,
1102
+ "height": 150,
1103
+ "scale": 1,
1104
+ "rotation": 0,
1105
+ "defaultAnimationState": "Off",
1106
+ "defaultText": "You chose:",
1107
+ "fontSize": 34,
1108
+ "autoFitText": false,
1109
+ "fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
1110
+ "fontColor": "#17131f"
1111
+ }
1112
+ ]
1113
+ },
1114
+ {
1115
+ "id": "controller-voting",
1116
+ "name": "Voting",
1117
+ "hiddenInStates": false,
1118
+ "hiddenGlobals": null,
1119
+ "elements": [
1120
+ {
1121
+ "id": "controllerchoiceprompt",
1122
+ "name": "Choice Prompt",
1123
+ "selector": "",
1124
+ "kind": "art",
1125
+ "artCompositionId": "layout-text-field",
1126
+ "hidden": false,
1127
+ "locked": false,
1128
+ "x": 195,
1129
+ "y": 180,
1130
+ "width": 330,
1131
+ "height": 120,
1132
+ "scale": 1,
1133
+ "rotation": 0,
1134
+ "defaultAnimationState": "On",
1135
+ "defaultText": "Vote for your favorite answer",
1136
+ "fontSize": 32,
1137
+ "autoFitText": false,
1138
+ "fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
1139
+ "fontColor": "#17131f"
1140
+ },
1141
+ {
1142
+ "id": "controllerchoicegrid",
1143
+ "name": "Choice Buttons",
1144
+ "selector": "#controllerChoiceGrid",
1145
+ "kind": "art",
1146
+ "artCompositionId": "",
1147
+ "hidden": false,
1148
+ "locked": false,
1149
+ "x": 195,
1150
+ "y": 485,
1151
+ "width": 330,
1152
+ "height": 420,
1153
+ "scale": 1,
1154
+ "rotation": 0,
1155
+ "defaultAnimationState": "On",
1156
+ "defaultText": "",
1157
+ "fontSize": 58,
1158
+ "autoFitText": false,
1159
+ "fontFamily": "",
1160
+ "fontColor": "#ffffff"
1161
+ },
1162
+ {
1163
+ "id": "controllerchoicedone",
1164
+ "name": "Choice Done Text",
1165
+ "selector": "",
1166
+ "kind": "art",
1167
+ "artCompositionId": "layout-text-field",
1168
+ "hidden": false,
1169
+ "locked": false,
1170
+ "x": 195,
1171
+ "y": 420,
1172
+ "width": 330,
1173
+ "height": 150,
1174
+ "scale": 1,
1175
+ "rotation": 0,
1176
+ "defaultAnimationState": "Off",
1177
+ "defaultText": "You voted for:",
1178
+ "fontSize": 34,
1179
+ "autoFitText": false,
1180
+ "fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
1181
+ "fontColor": "#17131f"
1182
+ }
1183
+ ]
1184
+ },
1185
+ {
1186
+ "id": "controller-text-input",
1187
+ "name": "Text Input",
1188
+ "hiddenInStates": false,
1189
+ "hiddenGlobals": null,
1190
+ "elements": [
1191
+ {
1192
+ "id": "controllertextprompt",
1193
+ "name": "Input Prompt",
1194
+ "selector": "",
1195
+ "kind": "art",
1196
+ "artCompositionId": "layout-text-field",
1197
+ "hidden": false,
1198
+ "locked": false,
1199
+ "x": 195,
1200
+ "y": 170,
1201
+ "width": 330,
1202
+ "height": 92,
1203
+ "scale": 1,
1204
+ "rotation": 0,
1205
+ "defaultAnimationState": "On",
1206
+ "defaultText": "Write your answer",
1207
+ "fontSize": 32,
1208
+ "autoFitText": false,
1209
+ "fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
1210
+ "fontColor": "#17131f"
1211
+ },
1212
+ {
1213
+ "id": "controllerinvalidbanner",
1214
+ "name": "Invalid Submission Banner",
1215
+ "selector": "#controllerInvalidBanner",
1216
+ "kind": "art",
1217
+ "artCompositionId": "controller-invalid-banner",
1218
+ "hidden": false,
1219
+ "locked": false,
1220
+ "x": 195,
1221
+ "y": 245,
1222
+ "width": 330,
1223
+ "height": 64,
1224
+ "scale": 1,
1225
+ "rotation": 0,
1226
+ "defaultAnimationState": "Off",
1227
+ "defaultText": "",
1228
+ "fontSize": 58,
1229
+ "autoFitText": false,
1230
+ "fontFamily": "",
1231
+ "fontColor": "#ffffff"
1232
+ },
1233
+ {
1234
+ "id": "controllertextinput",
1235
+ "name": "Text Input Field",
1236
+ "selector": "#controllerTextInput",
1237
+ "kind": "art",
1238
+ "artCompositionId": "controller-text-input-field",
1239
+ "hidden": false,
1240
+ "locked": false,
1241
+ "x": 195,
1242
+ "y": 360,
1243
+ "width": 330,
1244
+ "height": 128,
1245
+ "scale": 1,
1246
+ "rotation": 0,
1247
+ "defaultAnimationState": "On",
1248
+ "defaultText": "",
1249
+ "fontSize": 58,
1250
+ "autoFitText": false,
1251
+ "fontFamily": "",
1252
+ "fontColor": "#ffffff"
1253
+ },
1254
+ {
1255
+ "id": "controllertextsubmitbutton",
1256
+ "name": "Text Submit Button",
1257
+ "selector": "#controllerTextSubmitButton",
1258
+ "kind": "art",
1259
+ "artCompositionId": "controller-primary-button",
1260
+ "hidden": false,
1261
+ "locked": false,
1262
+ "x": 195,
1263
+ "y": 475,
1264
+ "width": 300,
1265
+ "height": 70,
1266
+ "scale": 1,
1267
+ "rotation": 0,
1268
+ "defaultAnimationState": "On",
1269
+ "defaultText": "",
1270
+ "fontSize": 58,
1271
+ "autoFitText": false,
1272
+ "fontFamily": "",
1273
+ "fontColor": "#ffffff"
1274
+ },
1275
+ {
1276
+ "id": "controllertextdone",
1277
+ "name": "Input Done Message",
1278
+ "selector": "",
1279
+ "kind": "art",
1280
+ "artCompositionId": "layout-text-field",
1281
+ "hidden": false,
1282
+ "locked": false,
1283
+ "x": 195,
1284
+ "y": 410,
1285
+ "width": 330,
1286
+ "height": 150,
1287
+ "scale": 1,
1288
+ "rotation": 0,
1289
+ "defaultAnimationState": "Off",
1290
+ "defaultText": "You wrote:",
1291
+ "fontSize": 34,
1292
+ "autoFitText": false,
1293
+ "fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
1294
+ "fontColor": "#17131f"
1295
+ }
1296
+ ]
1297
+ },
1298
+ {
1299
+ "id": "controller-voice-input",
1300
+ "name": "Voice Input",
1301
+ "hiddenInStates": false,
1302
+ "hiddenGlobals": null,
1303
+ "elements": [
1304
+ {
1305
+ "id": "controllertextprompt",
1306
+ "name": "Input Prompt",
1307
+ "selector": "",
1308
+ "kind": "art",
1309
+ "artCompositionId": "layout-text-field",
1310
+ "hidden": false,
1311
+ "locked": false,
1312
+ "x": 195,
1313
+ "y": 170,
1314
+ "width": 330,
1315
+ "height": 92,
1316
+ "scale": 1,
1317
+ "rotation": 0,
1318
+ "defaultAnimationState": "On",
1319
+ "defaultText": "Say your answer",
1320
+ "fontSize": 32,
1321
+ "autoFitText": false,
1322
+ "fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
1323
+ "fontColor": "#17131f"
1324
+ },
1325
+ {
1326
+ "id": "controllerinvalidbanner",
1327
+ "name": "Invalid Submission Banner",
1328
+ "selector": "#controllerInvalidBanner",
1329
+ "kind": "art",
1330
+ "artCompositionId": "controller-invalid-banner",
1331
+ "hidden": false,
1332
+ "locked": false,
1333
+ "x": 195,
1334
+ "y": 245,
1335
+ "width": 330,
1336
+ "height": 64,
1337
+ "scale": 1,
1338
+ "rotation": 0,
1339
+ "defaultAnimationState": "Off",
1340
+ "defaultText": "",
1341
+ "fontSize": 58,
1342
+ "autoFitText": false,
1343
+ "fontFamily": "",
1344
+ "fontColor": "#ffffff"
1345
+ },
1346
+ {
1347
+ "id": "controllervoicebutton",
1348
+ "name": "Voice Record Button",
1349
+ "selector": "#controllerVoiceButton",
1350
+ "kind": "art",
1351
+ "artCompositionId": "controller-primary-button",
1352
+ "hidden": false,
1353
+ "locked": false,
1354
+ "x": 195,
1355
+ "y": 390,
1356
+ "width": 300,
1357
+ "height": 110,
1358
+ "scale": 1,
1359
+ "rotation": 0,
1360
+ "defaultAnimationState": "On",
1361
+ "defaultText": "",
1362
+ "fontSize": 58,
1363
+ "autoFitText": false,
1364
+ "fontFamily": "",
1365
+ "fontColor": "#ffffff"
1366
+ },
1367
+ {
1368
+ "id": "controllervoicestatus",
1369
+ "name": "Voice Status",
1370
+ "selector": "",
1371
+ "kind": "art",
1372
+ "artCompositionId": "layout-text-field",
1373
+ "hidden": false,
1374
+ "locked": false,
1375
+ "x": 195,
1376
+ "y": 510,
1377
+ "width": 330,
1378
+ "height": 64,
1379
+ "scale": 1,
1380
+ "rotation": 0,
1381
+ "defaultAnimationState": "On",
1382
+ "defaultText": "Tap to record",
1383
+ "fontSize": 22,
1384
+ "autoFitText": false,
1385
+ "fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
1386
+ "fontColor": "#17131f"
1387
+ },
1388
+ {
1389
+ "id": "controllertextdone",
1390
+ "name": "Input Done Message",
1391
+ "selector": "",
1392
+ "kind": "art",
1393
+ "artCompositionId": "layout-text-field",
1394
+ "hidden": false,
1395
+ "locked": false,
1396
+ "x": 195,
1397
+ "y": 410,
1398
+ "width": 330,
1399
+ "height": 150,
1400
+ "scale": 1,
1401
+ "rotation": 0,
1402
+ "defaultAnimationState": "Off",
1403
+ "defaultText": "You said:",
1404
+ "fontSize": 34,
1405
+ "autoFitText": false,
1406
+ "fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
1407
+ "fontColor": "#17131f"
1408
+ }
1409
+ ]
1410
+ },
1411
+ {
1412
+ "id": "controller-microphone-access",
1413
+ "name": "Microphone Access",
1414
+ "hiddenInStates": false,
1415
+ "hiddenGlobals": null,
1416
+ "elements": [
1417
+ {
1418
+ "id": "controllermicaccessprompt",
1419
+ "name": "Microphone Access Prompt",
1420
+ "selector": "",
1421
+ "kind": "art",
1422
+ "artCompositionId": "layout-text-field",
1423
+ "hidden": false,
1424
+ "locked": false,
1425
+ "x": 195,
1426
+ "y": 190,
1427
+ "width": 330,
1428
+ "height": 150,
1429
+ "scale": 1,
1430
+ "rotation": 0,
1431
+ "defaultAnimationState": "On",
1432
+ "defaultText": "Give microphone access to the game",
1433
+ "fontSize": 34,
1434
+ "autoFitText": false,
1435
+ "fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
1436
+ "fontColor": "#17131f"
1437
+ },
1438
+ {
1439
+ "id": "controllermicaccessbutton",
1440
+ "name": "Microphone Access Button",
1441
+ "selector": "#controllerMicAccessButton",
1442
+ "kind": "art",
1443
+ "artCompositionId": "controller-primary-button",
1444
+ "hidden": false,
1445
+ "locked": false,
1446
+ "x": 195,
1447
+ "y": 430,
1448
+ "width": 280,
1449
+ "height": 82,
1450
+ "scale": 1,
1451
+ "rotation": 0,
1452
+ "defaultAnimationState": "On",
1453
+ "defaultText": "",
1454
+ "fontSize": 58,
1455
+ "autoFitText": false,
1456
+ "fontFamily": "",
1457
+ "fontColor": "#ffffff"
1458
+ },
1459
+ {
1460
+ "id": "controllermicaccessstatus",
1461
+ "name": "Microphone Access Status",
1462
+ "selector": "",
1463
+ "kind": "art",
1464
+ "artCompositionId": "layout-text-field",
1465
+ "hidden": false,
1466
+ "locked": false,
1467
+ "x": 195,
1468
+ "y": 540,
1469
+ "width": 330,
1470
+ "height": 80,
1471
+ "scale": 1,
1472
+ "rotation": 0,
1473
+ "defaultAnimationState": "On",
1474
+ "defaultText": "Chrome will ask for microphone permission",
1475
+ "fontSize": 22,
1476
+ "autoFitText": false,
1477
+ "fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
1478
+ "fontColor": "#17131f"
1479
+ }
1480
+ ]
1481
+ },
1482
+ {
1483
+ "id": "controller-paused",
1484
+ "name": "Paused",
1485
+ "hiddenInStates": false,
1486
+ "hiddenGlobals": null,
1487
+ "elements": [
1488
+ {
1489
+ "id": "controllerglobalactionmessage",
1490
+ "name": "Paused Message",
1491
+ "selector": "",
1492
+ "kind": "art",
1493
+ "artCompositionId": "layout-text-field",
1494
+ "hidden": false,
1495
+ "locked": false,
1496
+ "x": 195,
1497
+ "y": 330,
1498
+ "width": 330,
1499
+ "height": 150,
1500
+ "scale": 1,
1501
+ "rotation": 0,
1502
+ "defaultAnimationState": "On",
1503
+ "defaultText": "Game Paused",
1504
+ "fontSize": 44,
1505
+ "autoFitText": false,
1506
+ "fontFamily": "ui-rounded, \"Avenir Next\", \"Trebuchet MS\", system-ui, sans-serif",
1507
+ "fontColor": "#17131f"
1508
+ },
1509
+ {
1510
+ "id": "controllerglobalactionbutton",
1511
+ "name": "Paused Action Button",
1512
+ "selector": "#controllerGlobalActionButton",
1513
+ "kind": "art",
1514
+ "artCompositionId": "controller-primary-button",
1515
+ "hidden": false,
1516
+ "locked": false,
1517
+ "x": 195,
1518
+ "y": 470,
1519
+ "width": 280,
1520
+ "height": 82,
1521
+ "scale": 1,
1522
+ "rotation": 0,
1523
+ "defaultAnimationState": "Off",
1524
+ "defaultText": "",
1525
+ "fontSize": 58,
1526
+ "autoFitText": false,
1527
+ "fontFamily": "",
1528
+ "fontColor": "#ffffff"
1529
+ }
1530
+ ]
735
1531
  }
736
1532
  ]
737
1533
  }