soiz1 commited on
Commit
297346d
·
verified ·
1 Parent(s): dce0dd6

Delete src/lib/project.protobuf.json

Browse files
Files changed (1) hide show
  1. src/lib/project.protobuf.json +0 -1283
src/lib/project.protobuf.json DELETED
@@ -1,1283 +0,0 @@
1
- {
2
- "nested": {
3
- "project": {
4
- "nested": {
5
- "monitor": {
6
- "oneofs": {
7
- "_id": {
8
- "oneof": [
9
- "id"
10
- ]
11
- },
12
- "_mode": {
13
- "oneof": [
14
- "mode"
15
- ]
16
- },
17
- "_opcode": {
18
- "oneof": [
19
- "opcode"
20
- ]
21
- },
22
- "_spriteName": {
23
- "oneof": [
24
- "spriteName"
25
- ]
26
- },
27
- "_value": {
28
- "oneof": [
29
- "value"
30
- ]
31
- },
32
- "_width": {
33
- "oneof": [
34
- "width"
35
- ]
36
- },
37
- "_height": {
38
- "oneof": [
39
- "height"
40
- ]
41
- },
42
- "_x": {
43
- "oneof": [
44
- "x"
45
- ]
46
- },
47
- "_y": {
48
- "oneof": [
49
- "y"
50
- ]
51
- },
52
- "_visible": {
53
- "oneof": [
54
- "visible"
55
- ]
56
- },
57
- "_sliderMin": {
58
- "oneof": [
59
- "sliderMin"
60
- ]
61
- },
62
- "_sliderMax": {
63
- "oneof": [
64
- "sliderMax"
65
- ]
66
- },
67
- "_isDiscrete": {
68
- "oneof": [
69
- "isDiscrete"
70
- ]
71
- }
72
- },
73
- "fields": {
74
- "id": {
75
- "type": "string",
76
- "id": 1,
77
- "options": {
78
- "proto3_optional": true
79
- }
80
- },
81
- "mode": {
82
- "type": "string",
83
- "id": 2,
84
- "options": {
85
- "proto3_optional": true
86
- }
87
- },
88
- "opcode": {
89
- "type": "string",
90
- "id": 3,
91
- "options": {
92
- "proto3_optional": true
93
- }
94
- },
95
- "params": {
96
- "keyType": "string",
97
- "type": "string",
98
- "id": 4
99
- },
100
- "spriteName": {
101
- "type": "string",
102
- "id": 5,
103
- "options": {
104
- "proto3_optional": true
105
- }
106
- },
107
- "value": {
108
- "type": "string",
109
- "id": 6,
110
- "options": {
111
- "proto3_optional": true
112
- }
113
- },
114
- "width": {
115
- "type": "int32",
116
- "id": 7,
117
- "options": {
118
- "proto3_optional": true
119
- }
120
- },
121
- "height": {
122
- "type": "int32",
123
- "id": 8,
124
- "options": {
125
- "proto3_optional": true
126
- }
127
- },
128
- "x": {
129
- "type": "int32",
130
- "id": 9,
131
- "options": {
132
- "proto3_optional": true
133
- }
134
- },
135
- "y": {
136
- "type": "int32",
137
- "id": 10,
138
- "options": {
139
- "proto3_optional": true
140
- }
141
- },
142
- "visible": {
143
- "type": "bool",
144
- "id": 11,
145
- "options": {
146
- "proto3_optional": true
147
- }
148
- },
149
- "sliderMin": {
150
- "type": "int32",
151
- "id": 12,
152
- "options": {
153
- "proto3_optional": true
154
- }
155
- },
156
- "sliderMax": {
157
- "type": "int32",
158
- "id": 13,
159
- "options": {
160
- "proto3_optional": true
161
- }
162
- },
163
- "isDiscrete": {
164
- "type": "bool",
165
- "id": 14,
166
- "options": {
167
- "proto3_optional": true
168
- }
169
- }
170
- }
171
- },
172
- "font": {
173
- "oneofs": {
174
- "_system": {
175
- "oneof": [
176
- "system"
177
- ]
178
- },
179
- "_family": {
180
- "oneof": [
181
- "family"
182
- ]
183
- },
184
- "_fallback": {
185
- "oneof": [
186
- "fallback"
187
- ]
188
- },
189
- "_md5ext": {
190
- "oneof": [
191
- "md5ext"
192
- ]
193
- }
194
- },
195
- "fields": {
196
- "system": {
197
- "type": "bool",
198
- "id": 1,
199
- "options": {
200
- "proto3_optional": true
201
- }
202
- },
203
- "family": {
204
- "type": "string",
205
- "id": 2,
206
- "options": {
207
- "proto3_optional": true
208
- }
209
- },
210
- "fallback": {
211
- "type": "string",
212
- "id": 3,
213
- "options": {
214
- "proto3_optional": true
215
- }
216
- },
217
- "md5ext": {
218
- "type": "string",
219
- "id": 4,
220
- "options": {
221
- "proto3_optional": true
222
- }
223
- }
224
- }
225
- },
226
- "extensionData": {
227
- "oneofs": {
228
- "_data": {
229
- "oneof": [
230
- "data"
231
- ]
232
- },
233
- "_parse": {
234
- "oneof": [
235
- "parse"
236
- ]
237
- }
238
- },
239
- "fields": {
240
- "data": {
241
- "type": "string",
242
- "id": 1,
243
- "options": {
244
- "proto3_optional": true
245
- }
246
- },
247
- "parse": {
248
- "type": "bool",
249
- "id": 2,
250
- "options": {
251
- "proto3_optional": true
252
- }
253
- }
254
- }
255
- },
256
- "Project": {
257
- "oneofs": {
258
- "_metaSemver": {
259
- "oneof": [
260
- "metaSemver"
261
- ]
262
- },
263
- "_metaVm": {
264
- "oneof": [
265
- "metaVm"
266
- ]
267
- },
268
- "_agent": {
269
- "oneof": [
270
- "agent"
271
- ]
272
- }
273
- },
274
- "fields": {
275
- "metaSemver": {
276
- "type": "string",
277
- "id": 1,
278
- "options": {
279
- "proto3_optional": true
280
- }
281
- },
282
- "metaVm": {
283
- "type": "string",
284
- "id": 2,
285
- "options": {
286
- "proto3_optional": true
287
- }
288
- },
289
- "agent": {
290
- "type": "string",
291
- "id": 3,
292
- "options": {
293
- "proto3_optional": true
294
- }
295
- },
296
- "targets": {
297
- "rule": "repeated",
298
- "type": "Sprite.Sprite",
299
- "id": 4
300
- },
301
- "monitors": {
302
- "rule": "repeated",
303
- "type": "monitor",
304
- "id": 5
305
- },
306
- "antiSigmaExtensionData": {
307
- "keyType": "string",
308
- "type": "string",
309
- "id": 6
310
- },
311
- "extensionData": {
312
- "keyType": "string",
313
- "type": "extensionData",
314
- "id": 10
315
- },
316
- "extensions": {
317
- "rule": "repeated",
318
- "type": "string",
319
- "id": 7
320
- },
321
- "extensionURLs": {
322
- "keyType": "string",
323
- "type": "string",
324
- "id": 8
325
- },
326
- "fonts": {
327
- "rule": "repeated",
328
- "type": "font",
329
- "id": 9
330
- }
331
- }
332
- }
333
- }
334
- },
335
- "Sprite": {
336
- "nested": {
337
- "_varValue": {
338
- "oneofs": {
339
- "_name": {
340
- "oneof": [
341
- "name"
342
- ]
343
- },
344
- "_value": {
345
- "oneof": [
346
- "value"
347
- ]
348
- }
349
- },
350
- "fields": {
351
- "name": {
352
- "type": "string",
353
- "id": 1,
354
- "options": {
355
- "proto3_optional": true
356
- }
357
- },
358
- "value": {
359
- "type": "string",
360
- "id": 2,
361
- "options": {
362
- "proto3_optional": true
363
- }
364
- }
365
- }
366
- },
367
- "_listValue": {
368
- "oneofs": {
369
- "_name": {
370
- "oneof": [
371
- "name"
372
- ]
373
- }
374
- },
375
- "fields": {
376
- "name": {
377
- "type": "string",
378
- "id": 1,
379
- "options": {
380
- "proto3_optional": true
381
- }
382
- },
383
- "value": {
384
- "rule": "repeated",
385
- "type": "string",
386
- "id": 2
387
- }
388
- }
389
- },
390
- "_mutation": {
391
- "oneofs": {
392
- "_tagName": {
393
- "oneof": [
394
- "tagName"
395
- ]
396
- },
397
- "_proccode": {
398
- "oneof": [
399
- "proccode"
400
- ]
401
- },
402
- "_argumentids": {
403
- "oneof": [
404
- "argumentids"
405
- ]
406
- },
407
- "_argumentnames": {
408
- "oneof": [
409
- "argumentnames"
410
- ]
411
- },
412
- "_argumentdefaults": {
413
- "oneof": [
414
- "argumentdefaults"
415
- ]
416
- },
417
- "_warp": {
418
- "oneof": [
419
- "warp"
420
- ]
421
- },
422
- "__returns": {
423
- "oneof": [
424
- "_returns"
425
- ]
426
- },
427
- "_edited": {
428
- "oneof": [
429
- "edited"
430
- ]
431
- },
432
- "_optype": {
433
- "oneof": [
434
- "optype"
435
- ]
436
- },
437
- "_color": {
438
- "oneof": [
439
- "color"
440
- ]
441
- }
442
- },
443
- "fields": {
444
- "tagName": {
445
- "type": "string",
446
- "id": 1,
447
- "options": {
448
- "proto3_optional": true
449
- }
450
- },
451
- "proccode": {
452
- "type": "string",
453
- "id": 3,
454
- "options": {
455
- "proto3_optional": true
456
- }
457
- },
458
- "argumentids": {
459
- "type": "string",
460
- "id": 4,
461
- "options": {
462
- "proto3_optional": true
463
- }
464
- },
465
- "argumentnames": {
466
- "type": "string",
467
- "id": 5,
468
- "options": {
469
- "proto3_optional": true
470
- }
471
- },
472
- "argumentdefaults": {
473
- "type": "string",
474
- "id": 6,
475
- "options": {
476
- "proto3_optional": true
477
- }
478
- },
479
- "warp": {
480
- "type": "bool",
481
- "id": 7,
482
- "options": {
483
- "proto3_optional": true
484
- }
485
- },
486
- "_returns": {
487
- "type": "string",
488
- "id": 8,
489
- "options": {
490
- "proto3_optional": true
491
- }
492
- },
493
- "edited": {
494
- "type": "bool",
495
- "id": 9,
496
- "options": {
497
- "proto3_optional": true
498
- }
499
- },
500
- "optype": {
501
- "type": "string",
502
- "id": 10,
503
- "options": {
504
- "proto3_optional": true
505
- }
506
- },
507
- "color": {
508
- "type": "string",
509
- "id": 11,
510
- "options": {
511
- "proto3_optional": true
512
- }
513
- }
514
- }
515
- },
516
- "var_reporter_block": {
517
- "oneofs": {
518
- "_first_num": {
519
- "oneof": [
520
- "first_num"
521
- ]
522
- },
523
- "_name": {
524
- "oneof": [
525
- "name"
526
- ]
527
- },
528
- "_id": {
529
- "oneof": [
530
- "id"
531
- ]
532
- },
533
- "_second_num": {
534
- "oneof": [
535
- "second_num"
536
- ]
537
- },
538
- "_third_num": {
539
- "oneof": [
540
- "third_num"
541
- ]
542
- }
543
- },
544
- "fields": {
545
- "first_num": {
546
- "type": "int32",
547
- "id": 1,
548
- "options": {
549
- "proto3_optional": true
550
- }
551
- },
552
- "name": {
553
- "type": "string",
554
- "id": 2,
555
- "options": {
556
- "proto3_optional": true
557
- }
558
- },
559
- "id": {
560
- "type": "string",
561
- "id": 3,
562
- "options": {
563
- "proto3_optional": true
564
- }
565
- },
566
- "second_num": {
567
- "type": "int32",
568
- "id": 4,
569
- "options": {
570
- "proto3_optional": true
571
- }
572
- },
573
- "third_num": {
574
- "type": "int32",
575
- "id": 5,
576
- "options": {
577
- "proto3_optional": true
578
- }
579
- }
580
- }
581
- },
582
- "block": {
583
- "oneofs": {
584
- "_opcode": {
585
- "oneof": [
586
- "opcode"
587
- ]
588
- },
589
- "_next": {
590
- "oneof": [
591
- "next"
592
- ]
593
- },
594
- "_parent": {
595
- "oneof": [
596
- "parent"
597
- ]
598
- },
599
- "_shadow": {
600
- "oneof": [
601
- "shadow"
602
- ]
603
- },
604
- "_topLevel": {
605
- "oneof": [
606
- "topLevel"
607
- ]
608
- },
609
- "_x": {
610
- "oneof": [
611
- "x"
612
- ]
613
- },
614
- "_y": {
615
- "oneof": [
616
- "y"
617
- ]
618
- },
619
- "_mutation": {
620
- "oneof": [
621
- "mutation"
622
- ]
623
- },
624
- "_is_variable_reporter": {
625
- "oneof": [
626
- "is_variable_reporter"
627
- ]
628
- },
629
- "_varReporterBlock": {
630
- "oneof": [
631
- "varReporterBlock"
632
- ]
633
- }
634
- },
635
- "fields": {
636
- "opcode": {
637
- "type": "string",
638
- "id": 1,
639
- "options": {
640
- "proto3_optional": true
641
- }
642
- },
643
- "next": {
644
- "type": "string",
645
- "id": 2,
646
- "options": {
647
- "proto3_optional": true
648
- }
649
- },
650
- "parent": {
651
- "type": "string",
652
- "id": 3,
653
- "options": {
654
- "proto3_optional": true
655
- }
656
- },
657
- "inputs": {
658
- "keyType": "string",
659
- "type": "string",
660
- "id": 4
661
- },
662
- "fields": {
663
- "keyType": "string",
664
- "type": "string",
665
- "id": 5
666
- },
667
- "shadow": {
668
- "type": "bool",
669
- "id": 6,
670
- "options": {
671
- "proto3_optional": true
672
- }
673
- },
674
- "topLevel": {
675
- "type": "bool",
676
- "id": 7,
677
- "options": {
678
- "proto3_optional": true
679
- }
680
- },
681
- "x": {
682
- "type": "int32",
683
- "id": 8,
684
- "options": {
685
- "proto3_optional": true
686
- }
687
- },
688
- "y": {
689
- "type": "int32",
690
- "id": 9,
691
- "options": {
692
- "proto3_optional": true
693
- }
694
- },
695
- "mutation": {
696
- "type": "_mutation",
697
- "id": 10,
698
- "options": {
699
- "proto3_optional": true
700
- }
701
- },
702
- "is_variable_reporter": {
703
- "type": "bool",
704
- "id": 11,
705
- "options": {
706
- "proto3_optional": true
707
- }
708
- },
709
- "varReporterBlock": {
710
- "type": "var_reporter_block",
711
- "id": 12,
712
- "options": {
713
- "proto3_optional": true
714
- }
715
- }
716
- }
717
- },
718
- "comment": {
719
- "oneofs": {
720
- "_blockId": {
721
- "oneof": [
722
- "blockId"
723
- ]
724
- },
725
- "_x": {
726
- "oneof": [
727
- "x"
728
- ]
729
- },
730
- "_y": {
731
- "oneof": [
732
- "y"
733
- ]
734
- },
735
- "_width": {
736
- "oneof": [
737
- "width"
738
- ]
739
- },
740
- "_height": {
741
- "oneof": [
742
- "height"
743
- ]
744
- },
745
- "_minimized": {
746
- "oneof": [
747
- "minimized"
748
- ]
749
- },
750
- "_text": {
751
- "oneof": [
752
- "text"
753
- ]
754
- }
755
- },
756
- "fields": {
757
- "blockId": {
758
- "type": "string",
759
- "id": 1,
760
- "options": {
761
- "proto3_optional": true
762
- }
763
- },
764
- "x": {
765
- "type": "float",
766
- "id": 2,
767
- "options": {
768
- "proto3_optional": true
769
- }
770
- },
771
- "y": {
772
- "type": "float",
773
- "id": 3,
774
- "options": {
775
- "proto3_optional": true
776
- }
777
- },
778
- "width": {
779
- "type": "int32",
780
- "id": 4,
781
- "options": {
782
- "proto3_optional": true
783
- }
784
- },
785
- "height": {
786
- "type": "int32",
787
- "id": 5,
788
- "options": {
789
- "proto3_optional": true
790
- }
791
- },
792
- "minimized": {
793
- "type": "bool",
794
- "id": 6,
795
- "options": {
796
- "proto3_optional": true
797
- }
798
- },
799
- "text": {
800
- "type": "string",
801
- "id": 7,
802
- "options": {
803
- "proto3_optional": true
804
- }
805
- }
806
- }
807
- },
808
- "costume": {
809
- "oneofs": {
810
- "_name": {
811
- "oneof": [
812
- "name"
813
- ]
814
- },
815
- "_bitmapResolution": {
816
- "oneof": [
817
- "bitmapResolution"
818
- ]
819
- },
820
- "_dataFormat": {
821
- "oneof": [
822
- "dataFormat"
823
- ]
824
- },
825
- "_assetId": {
826
- "oneof": [
827
- "assetId"
828
- ]
829
- },
830
- "_md5ext": {
831
- "oneof": [
832
- "md5ext"
833
- ]
834
- },
835
- "_rotationCenterX": {
836
- "oneof": [
837
- "rotationCenterX"
838
- ]
839
- },
840
- "_rotationCenterY": {
841
- "oneof": [
842
- "rotationCenterY"
843
- ]
844
- }
845
- },
846
- "fields": {
847
- "name": {
848
- "type": "string",
849
- "id": 1,
850
- "options": {
851
- "proto3_optional": true
852
- }
853
- },
854
- "bitmapResolution": {
855
- "type": "int32",
856
- "id": 2,
857
- "options": {
858
- "proto3_optional": true
859
- }
860
- },
861
- "dataFormat": {
862
- "type": "string",
863
- "id": 3,
864
- "options": {
865
- "proto3_optional": true
866
- }
867
- },
868
- "assetId": {
869
- "type": "string",
870
- "id": 4,
871
- "options": {
872
- "proto3_optional": true
873
- }
874
- },
875
- "md5ext": {
876
- "type": "string",
877
- "id": 5,
878
- "options": {
879
- "proto3_optional": true
880
- }
881
- },
882
- "rotationCenterX": {
883
- "type": "double",
884
- "id": 6,
885
- "options": {
886
- "proto3_optional": true
887
- }
888
- },
889
- "rotationCenterY": {
890
- "type": "double",
891
- "id": 7,
892
- "options": {
893
- "proto3_optional": true
894
- }
895
- }
896
- }
897
- },
898
- "sound": {
899
- "oneofs": {
900
- "_name": {
901
- "oneof": [
902
- "name"
903
- ]
904
- },
905
- "_assetId": {
906
- "oneof": [
907
- "assetId"
908
- ]
909
- },
910
- "_dataFormat": {
911
- "oneof": [
912
- "dataFormat"
913
- ]
914
- },
915
- "_rate": {
916
- "oneof": [
917
- "rate"
918
- ]
919
- },
920
- "_sampleCount": {
921
- "oneof": [
922
- "sampleCount"
923
- ]
924
- },
925
- "_md5ext": {
926
- "oneof": [
927
- "md5ext"
928
- ]
929
- }
930
- },
931
- "fields": {
932
- "name": {
933
- "type": "string",
934
- "id": 1,
935
- "options": {
936
- "proto3_optional": true
937
- }
938
- },
939
- "assetId": {
940
- "type": "string",
941
- "id": 2,
942
- "options": {
943
- "proto3_optional": true
944
- }
945
- },
946
- "dataFormat": {
947
- "type": "string",
948
- "id": 3,
949
- "options": {
950
- "proto3_optional": true
951
- }
952
- },
953
- "rate": {
954
- "type": "int32",
955
- "id": 4,
956
- "options": {
957
- "proto3_optional": true
958
- }
959
- },
960
- "sampleCount": {
961
- "type": "int32",
962
- "id": 5,
963
- "options": {
964
- "proto3_optional": true
965
- }
966
- },
967
- "md5ext": {
968
- "type": "string",
969
- "id": 6,
970
- "options": {
971
- "proto3_optional": true
972
- }
973
- }
974
- }
975
- },
976
- "customVar": {
977
- "oneofs": {
978
- "_type": {
979
- "oneof": [
980
- "type"
981
- ]
982
- },
983
- "_id": {
984
- "oneof": [
985
- "id"
986
- ]
987
- },
988
- "_name": {
989
- "oneof": [
990
- "name"
991
- ]
992
- },
993
- "_value": {
994
- "oneof": [
995
- "value"
996
- ]
997
- }
998
- },
999
- "fields": {
1000
- "type": {
1001
- "type": "string",
1002
- "id": 1,
1003
- "options": {
1004
- "proto3_optional": true
1005
- }
1006
- },
1007
- "id": {
1008
- "type": "string",
1009
- "id": 2,
1010
- "options": {
1011
- "proto3_optional": true
1012
- }
1013
- },
1014
- "name": {
1015
- "type": "string",
1016
- "id": 3,
1017
- "options": {
1018
- "proto3_optional": true
1019
- }
1020
- },
1021
- "value": {
1022
- "type": "string",
1023
- "id": 4,
1024
- "options": {
1025
- "proto3_optional": true
1026
- }
1027
- }
1028
- }
1029
- },
1030
- "Sprite": {
1031
- "oneofs": {
1032
- "_id": {
1033
- "oneof": [
1034
- "id"
1035
- ]
1036
- },
1037
- "_isStage": {
1038
- "oneof": [
1039
- "isStage"
1040
- ]
1041
- },
1042
- "_name": {
1043
- "oneof": [
1044
- "name"
1045
- ]
1046
- },
1047
- "_currentCostume": {
1048
- "oneof": [
1049
- "currentCostume"
1050
- ]
1051
- },
1052
- "_volume": {
1053
- "oneof": [
1054
- "volume"
1055
- ]
1056
- },
1057
- "_layerOrder": {
1058
- "oneof": [
1059
- "layerOrder"
1060
- ]
1061
- },
1062
- "_x": {
1063
- "oneof": [
1064
- "x"
1065
- ]
1066
- },
1067
- "_y": {
1068
- "oneof": [
1069
- "y"
1070
- ]
1071
- },
1072
- "_size": {
1073
- "oneof": [
1074
- "size"
1075
- ]
1076
- },
1077
- "_direction": {
1078
- "oneof": [
1079
- "direction"
1080
- ]
1081
- },
1082
- "_draggable": {
1083
- "oneof": [
1084
- "draggable"
1085
- ]
1086
- },
1087
- "_rotationStyle": {
1088
- "oneof": [
1089
- "rotationStyle"
1090
- ]
1091
- },
1092
- "_tempo": {
1093
- "oneof": [
1094
- "tempo"
1095
- ]
1096
- },
1097
- "_videoTransparency": {
1098
- "oneof": [
1099
- "videoTransparency"
1100
- ]
1101
- },
1102
- "_videoState": {
1103
- "oneof": [
1104
- "videoState"
1105
- ]
1106
- },
1107
- "_textToSpeechLanguage": {
1108
- "oneof": [
1109
- "textToSpeechLanguage"
1110
- ]
1111
- },
1112
- "_visible": {
1113
- "oneof": [
1114
- "visible"
1115
- ]
1116
- }
1117
- },
1118
- "fields": {
1119
- "id": {
1120
- "type": "string",
1121
- "id": 1,
1122
- "options": {
1123
- "proto3_optional": true
1124
- }
1125
- },
1126
- "isStage": {
1127
- "type": "bool",
1128
- "id": 2,
1129
- "options": {
1130
- "proto3_optional": true
1131
- }
1132
- },
1133
- "name": {
1134
- "type": "string",
1135
- "id": 3,
1136
- "options": {
1137
- "proto3_optional": true
1138
- }
1139
- },
1140
- "variables": {
1141
- "keyType": "string",
1142
- "type": "_varValue",
1143
- "id": 4
1144
- },
1145
- "lists": {
1146
- "keyType": "string",
1147
- "type": "_listValue",
1148
- "id": 5
1149
- },
1150
- "broadcasts": {
1151
- "keyType": "string",
1152
- "type": "string",
1153
- "id": 6
1154
- },
1155
- "customVars": {
1156
- "rule": "repeated",
1157
- "type": "customVar",
1158
- "id": 7
1159
- },
1160
- "blocks": {
1161
- "keyType": "string",
1162
- "type": "block",
1163
- "id": 8
1164
- },
1165
- "comments": {
1166
- "keyType": "string",
1167
- "type": "comment",
1168
- "id": 9
1169
- },
1170
- "currentCostume": {
1171
- "type": "int32",
1172
- "id": 10,
1173
- "options": {
1174
- "proto3_optional": true
1175
- }
1176
- },
1177
- "costumes": {
1178
- "rule": "repeated",
1179
- "type": "costume",
1180
- "id": 11
1181
- },
1182
- "sounds": {
1183
- "rule": "repeated",
1184
- "type": "sound",
1185
- "id": 12
1186
- },
1187
- "volume": {
1188
- "type": "int32",
1189
- "id": 13,
1190
- "options": {
1191
- "proto3_optional": true
1192
- }
1193
- },
1194
- "layerOrder": {
1195
- "type": "int32",
1196
- "id": 14,
1197
- "options": {
1198
- "proto3_optional": true
1199
- }
1200
- },
1201
- "x": {
1202
- "type": "int32",
1203
- "id": 15,
1204
- "options": {
1205
- "proto3_optional": true
1206
- }
1207
- },
1208
- "y": {
1209
- "type": "int32",
1210
- "id": 16,
1211
- "options": {
1212
- "proto3_optional": true
1213
- }
1214
- },
1215
- "size": {
1216
- "type": "int32",
1217
- "id": 17,
1218
- "options": {
1219
- "proto3_optional": true
1220
- }
1221
- },
1222
- "direction": {
1223
- "type": "int32",
1224
- "id": 18,
1225
- "options": {
1226
- "proto3_optional": true
1227
- }
1228
- },
1229
- "draggable": {
1230
- "type": "bool",
1231
- "id": 19,
1232
- "options": {
1233
- "proto3_optional": true
1234
- }
1235
- },
1236
- "rotationStyle": {
1237
- "type": "string",
1238
- "id": 20,
1239
- "options": {
1240
- "proto3_optional": true
1241
- }
1242
- },
1243
- "tempo": {
1244
- "type": "int32",
1245
- "id": 21,
1246
- "options": {
1247
- "proto3_optional": true
1248
- }
1249
- },
1250
- "videoTransparency": {
1251
- "type": "int32",
1252
- "id": 22,
1253
- "options": {
1254
- "proto3_optional": true
1255
- }
1256
- },
1257
- "videoState": {
1258
- "type": "string",
1259
- "id": 23,
1260
- "options": {
1261
- "proto3_optional": true
1262
- }
1263
- },
1264
- "textToSpeechLanguage": {
1265
- "type": "string",
1266
- "id": 24,
1267
- "options": {
1268
- "proto3_optional": true
1269
- }
1270
- },
1271
- "visible": {
1272
- "type": "bool",
1273
- "id": 25,
1274
- "options": {
1275
- "proto3_optional": true
1276
- }
1277
- }
1278
- }
1279
- }
1280
- }
1281
- }
1282
- }
1283
- }