incanto 0.71.0 → 0.72.0

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.
Files changed (62) hide show
  1. package/bin/incanto-editor.mjs +15 -9
  2. package/bin/incanto-feel.mjs +11 -1
  3. package/bin/incanto-play.mjs +11 -1
  4. package/bin/incanto-playtest.mjs +11 -1
  5. package/dist/2d.d.ts +3 -3
  6. package/dist/2d.js +3 -3
  7. package/dist/3d.d.ts +3 -3
  8. package/dist/3d.js +5 -5
  9. package/dist/{agent8-Cfmd3ar_.js → agent8-BqZ0_O1u.js} +1 -1
  10. package/dist/{audio-player-L8yccdMP.d.ts → audio-player-ioZ7VKC6.d.ts} +1 -1
  11. package/dist/{behavior-Dcz0fr1S.d.ts → behavior-Bf9P9oB2.d.ts} +1 -1
  12. package/dist/{create-game-CH4kt78v.js → create-game-C9rWqqAC.js} +36 -12
  13. package/dist/{create-game-LCHBLfA4.js → create-game-CmFAtLZp.js} +7 -6
  14. package/dist/debug.d.ts +1 -1
  15. package/dist/editor.js +1069 -1035
  16. package/dist/{environment-presets-99BzP_L-.js → environment-presets-BeHoaGhy.js} +3 -3
  17. package/dist/{gameplay-CNULJvwh.js → gameplay-BlQe-M07.js} +1 -1
  18. package/dist/gameplay.d.ts +1 -1
  19. package/dist/gameplay.js +1 -1
  20. package/dist/index.d.ts +4 -4
  21. package/dist/index.js +4 -4
  22. package/dist/{loader-8-IHvbKD.d.ts → loader-CBfQzB6S.d.ts} +10 -3
  23. package/dist/net.d.ts +2 -2
  24. package/dist/net.js +2 -2
  25. package/dist/{physics-2d-FhrXUc6B.js → physics-2d-DrIgTlLk.js} +2 -2
  26. package/dist/{physics-3d-CFEGxBXZ.js → physics-3d-BzOCw1VS.js} +3 -3
  27. package/dist/{picking-DVo7fI13.js → picking-C9McVJrO.js} +2 -2
  28. package/dist/react.d.ts +1 -1
  29. package/dist/react.js +1 -1
  30. package/dist/{register-DuVdzxbq.js → register-5IYfooAN.js} +1 -1
  31. package/dist/{register-BYQCBySi.js → register-C8HuRkOf.js} +3 -3
  32. package/dist/{replay-F7IZHdFR.d.ts → replay-CBEChqXq.d.ts} +2 -2
  33. package/dist/{replay-DEvp3kyV.js → replay-datiAE-b.js} +15 -8
  34. package/dist/{save-slots-Bvuh2p_r.js → save-slots-CEuJPUle.js} +46 -1
  35. package/dist/{split-screen-eULetcg-.js → split-screen-Bm5DTElG.js} +3 -3
  36. package/dist/{split-screen-CIYf1zSf.d.ts → split-screen-DkqLng6q.d.ts} +2 -2
  37. package/dist/{src-_jk0qLsS.js → src-DRSsRleD.js} +1 -1
  38. package/dist/{test-CmN54kWv.js → test-Djuq3Vhq.js} +13 -13
  39. package/dist/test.d.ts +4 -4
  40. package/dist/test.js +2 -2
  41. package/dist/vite.d.ts +8 -1
  42. package/dist/vite.js +22 -5
  43. package/editor/assets/{agent8-yLIEYHbd.js → agent8-CMKz2cax.js} +1 -1
  44. package/editor/assets/{debug-u31w_yhq.js → debug-DLrQm-az.js} +1 -1
  45. package/editor/assets/{index-DK9xMGpW.js → index-BEKuxYcE.js} +92 -92
  46. package/editor/index.html +1 -1
  47. package/package.json +1 -1
  48. package/skills/incanto-building-2d-games.md +6 -0
  49. package/skills/incanto-editor.md +4 -0
  50. package/skills/incanto-scene-json-authoring.md +30 -0
  51. package/templates-app/beacon-isle-3d/package.json +1 -1
  52. package/templates-app/beacon-isle-3d/src/game.scene.json +377 -185
  53. package/templates-app/molehill-2d/package.json +1 -1
  54. package/templates-app/platformer-2d/package.json +1 -1
  55. package/templates-app/platformer-2d/src/game.scene.json +193 -93
  56. package/templates-app/star-survivor/package.json +1 -1
  57. package/templates-app/star-survivor/src/game.scene.json +18 -9
  58. package/templates-app/tps-3d/package.json +1 -1
  59. package/templates-app/tps-3d/src/game.scene.json +82 -39
  60. package/templates-app/village-quest-3d/package.json +1 -1
  61. package/templates-app/village-quest-3d/src/grove.scene.json +98 -46
  62. package/templates-app/village-quest-3d/src/village.scene.json +449 -223
@@ -83,9 +83,11 @@
83
83
  {
84
84
  "name": "Surface",
85
85
  "type": "Terrain3D",
86
- "props": { "size": [240, 240], "maxHeight": 2.66, "seed": 7411, "theme": "island" }
86
+ "props": { "size": [240, 240], "maxHeight": 2.66, "seed": 7411, "theme": "island" },
87
+ "uid": "n_807ji2yx8rf7niam"
87
88
  }
88
- ]
89
+ ],
90
+ "uid": "n_n6fx6sqd0md1rjqe"
89
91
  },
90
92
  {
91
93
  "name": "Sea",
@@ -101,7 +103,8 @@
101
103
  "absorption": 0.28,
102
104
  "reflectionInterval": 400,
103
105
  "colors": { "trough": "#0c3d58", "surface": "#1a7d9c", "peak": "#9adfe0" }
104
- }
106
+ },
107
+ "uid": "n_0rezeypvcsh0a04j"
105
108
  },
106
109
  {
107
110
  "name": "Tree1",
@@ -114,7 +117,8 @@
114
117
  "canopyColor": "#356a4c",
115
118
  "trunkColor": "#71503a",
116
119
  "static": true
117
- }
120
+ },
121
+ "uid": "n_0wpqdl4a89s9m31h"
118
122
  },
119
123
  {
120
124
  "name": "Tree2",
@@ -127,7 +131,8 @@
127
131
  "canopyColor": "#3a6b4a",
128
132
  "trunkColor": "#6a4c34",
129
133
  "static": true
130
- }
134
+ },
135
+ "uid": "n_lv6neoqydngpeh6u"
131
136
  },
132
137
  {
133
138
  "name": "Tree3",
@@ -140,7 +145,8 @@
140
145
  "canopyColor": "#3a6b4a",
141
146
  "trunkColor": "#6a4c34",
142
147
  "static": true
143
- }
148
+ },
149
+ "uid": "n_5pqkcqlaccrrd10f"
144
150
  },
145
151
  {
146
152
  "name": "Tree4",
@@ -153,7 +159,8 @@
153
159
  "canopyColor": "#2f5d44",
154
160
  "trunkColor": "#6e4a32",
155
161
  "static": true
156
- }
162
+ },
163
+ "uid": "n_r4fap4bazix5ejxh"
157
164
  },
158
165
  {
159
166
  "name": "Tree5",
@@ -166,7 +173,8 @@
166
173
  "canopyColor": "#2c5740",
167
174
  "trunkColor": "#5f4530",
168
175
  "static": true
169
- }
176
+ },
177
+ "uid": "n_w9jtcyn691uhqcnb"
170
178
  },
171
179
  {
172
180
  "name": "Tree6",
@@ -179,7 +187,8 @@
179
187
  "canopyColor": "#2f5d44",
180
188
  "trunkColor": "#6e4a32",
181
189
  "static": true
182
- }
190
+ },
191
+ "uid": "n_3k536or9a34b1555"
183
192
  },
184
193
  {
185
194
  "name": "Tree7",
@@ -192,7 +201,8 @@
192
201
  "canopyColor": "#356a4c",
193
202
  "trunkColor": "#71503a",
194
203
  "static": true
195
- }
204
+ },
205
+ "uid": "n_f3wvxkk1rq8g1e6w"
196
206
  },
197
207
  {
198
208
  "name": "Clouds",
@@ -218,7 +228,8 @@
218
228
  "emissive": "#ffffff",
219
229
  "emissiveIntensity": 0.25
220
230
  }
221
- }
231
+ },
232
+ "uid": "n_v8n44wrya3a9n14t"
222
233
  },
223
234
  {
224
235
  "name": "Puff2",
@@ -234,7 +245,8 @@
234
245
  "emissive": "#ffffff",
235
246
  "emissiveIntensity": 0.25
236
247
  }
237
- }
248
+ },
249
+ "uid": "n_woepaxgvnspq3ha3"
238
250
  },
239
251
  {
240
252
  "name": "Puff3",
@@ -250,7 +262,8 @@
250
262
  "emissive": "#ffffff",
251
263
  "emissiveIntensity": 0.25
252
264
  }
253
- }
265
+ },
266
+ "uid": "n_3rnpk2j4rfwshrtc"
254
267
  },
255
268
  {
256
269
  "name": "Puff4",
@@ -266,7 +279,8 @@
266
279
  "emissive": "#ffffff",
267
280
  "emissiveIntensity": 0.25
268
281
  }
269
- }
282
+ },
283
+ "uid": "n_r33ax56viaqr5a1w"
270
284
  },
271
285
  {
272
286
  "name": "Puff5",
@@ -282,9 +296,11 @@
282
296
  "emissive": "#ffffff",
283
297
  "emissiveIntensity": 0.25
284
298
  }
285
- }
299
+ },
300
+ "uid": "n_8z59q5r6p02o7kfw"
286
301
  }
287
- ]
302
+ ],
303
+ "uid": "n_tki7wz384qh6m9b0"
288
304
  },
289
305
  {
290
306
  "name": "Cloud2",
@@ -305,7 +321,8 @@
305
321
  "emissive": "#ffffff",
306
322
  "emissiveIntensity": 0.25
307
323
  }
308
- }
324
+ },
325
+ "uid": "n_qv4w35bme709zlf8"
309
326
  },
310
327
  {
311
328
  "name": "Puff2",
@@ -321,7 +338,8 @@
321
338
  "emissive": "#ffffff",
322
339
  "emissiveIntensity": 0.25
323
340
  }
324
- }
341
+ },
342
+ "uid": "n_sxpp3hx6oes87owy"
325
343
  },
326
344
  {
327
345
  "name": "Puff3",
@@ -337,7 +355,8 @@
337
355
  "emissive": "#ffffff",
338
356
  "emissiveIntensity": 0.25
339
357
  }
340
- }
358
+ },
359
+ "uid": "n_22o57zvxfox1uxjz"
341
360
  },
342
361
  {
343
362
  "name": "Puff4",
@@ -353,9 +372,11 @@
353
372
  "emissive": "#ffffff",
354
373
  "emissiveIntensity": 0.25
355
374
  }
356
- }
375
+ },
376
+ "uid": "n_r0omp1o4sv0d4vhz"
357
377
  }
358
- ]
378
+ ],
379
+ "uid": "n_b8v0wu2x3kaah3fh"
359
380
  },
360
381
  {
361
382
  "name": "Cloud3",
@@ -376,7 +397,8 @@
376
397
  "emissive": "#ffffff",
377
398
  "emissiveIntensity": 0.25
378
399
  }
379
- }
400
+ },
401
+ "uid": "n_indz8dk17d1ko0pb"
380
402
  },
381
403
  {
382
404
  "name": "Puff2",
@@ -392,7 +414,8 @@
392
414
  "emissive": "#ffffff",
393
415
  "emissiveIntensity": 0.25
394
416
  }
395
- }
417
+ },
418
+ "uid": "n_jxgba257pbkjz5ha"
396
419
  },
397
420
  {
398
421
  "name": "Puff3",
@@ -408,7 +431,8 @@
408
431
  "emissive": "#ffffff",
409
432
  "emissiveIntensity": 0.25
410
433
  }
411
- }
434
+ },
435
+ "uid": "n_60cmowalexoykq05"
412
436
  },
413
437
  {
414
438
  "name": "Puff4",
@@ -424,9 +448,11 @@
424
448
  "emissive": "#ffffff",
425
449
  "emissiveIntensity": 0.25
426
450
  }
427
- }
451
+ },
452
+ "uid": "n_ckzsw8dz0yk9bn58"
428
453
  }
429
- ]
454
+ ],
455
+ "uid": "n_n2iys2fam0yhfol1"
430
456
  },
431
457
  {
432
458
  "name": "Cloud4",
@@ -447,7 +473,8 @@
447
473
  "emissive": "#ffffff",
448
474
  "emissiveIntensity": 0.25
449
475
  }
450
- }
476
+ },
477
+ "uid": "n_5hh5agupgw2ed3cm"
451
478
  },
452
479
  {
453
480
  "name": "Puff2",
@@ -463,7 +490,8 @@
463
490
  "emissive": "#ffffff",
464
491
  "emissiveIntensity": 0.25
465
492
  }
466
- }
493
+ },
494
+ "uid": "n_ayw59gtoghjsjkbj"
467
495
  },
468
496
  {
469
497
  "name": "Puff3",
@@ -479,7 +507,8 @@
479
507
  "emissive": "#ffffff",
480
508
  "emissiveIntensity": 0.25
481
509
  }
482
- }
510
+ },
511
+ "uid": "n_bfed2qwwhtp344qj"
483
512
  },
484
513
  {
485
514
  "name": "Puff4",
@@ -495,7 +524,8 @@
495
524
  "emissive": "#ffffff",
496
525
  "emissiveIntensity": 0.25
497
526
  }
498
- }
527
+ },
528
+ "uid": "n_ljcnw4zwi8qc9fxg"
499
529
  },
500
530
  {
501
531
  "name": "Puff5",
@@ -511,9 +541,11 @@
511
541
  "emissive": "#ffffff",
512
542
  "emissiveIntensity": 0.25
513
543
  }
514
- }
544
+ },
545
+ "uid": "n_xlbbab4ojjnzl3se"
515
546
  }
516
- ]
547
+ ],
548
+ "uid": "n_95yajufjee2yb138"
517
549
  },
518
550
  {
519
551
  "name": "Cloud5",
@@ -534,7 +566,8 @@
534
566
  "emissive": "#ffffff",
535
567
  "emissiveIntensity": 0.25
536
568
  }
537
- }
569
+ },
570
+ "uid": "n_lgnbp1z5xkndzf7c"
538
571
  },
539
572
  {
540
573
  "name": "Puff2",
@@ -550,7 +583,8 @@
550
583
  "emissive": "#ffffff",
551
584
  "emissiveIntensity": 0.25
552
585
  }
553
- }
586
+ },
587
+ "uid": "n_vfsk0f59q2zhf7yu"
554
588
  },
555
589
  {
556
590
  "name": "Puff3",
@@ -566,7 +600,8 @@
566
600
  "emissive": "#ffffff",
567
601
  "emissiveIntensity": 0.25
568
602
  }
569
- }
603
+ },
604
+ "uid": "n_gbf0b82xuvdrsqzg"
570
605
  },
571
606
  {
572
607
  "name": "Puff4",
@@ -582,7 +617,8 @@
582
617
  "emissive": "#ffffff",
583
618
  "emissiveIntensity": 0.25
584
619
  }
585
- }
620
+ },
621
+ "uid": "n_xru4znlfuaa1473z"
586
622
  },
587
623
  {
588
624
  "name": "Puff5",
@@ -598,9 +634,11 @@
598
634
  "emissive": "#ffffff",
599
635
  "emissiveIntensity": 0.25
600
636
  }
601
- }
637
+ },
638
+ "uid": "n_18r5cjth2klp88ti"
602
639
  }
603
- ]
640
+ ],
641
+ "uid": "n_n7fj0kqonahp220h"
604
642
  },
605
643
  {
606
644
  "name": "Cloud6",
@@ -621,7 +659,8 @@
621
659
  "emissive": "#ffffff",
622
660
  "emissiveIntensity": 0.25
623
661
  }
624
- }
662
+ },
663
+ "uid": "n_yrvou2k88cqfrwq5"
625
664
  },
626
665
  {
627
666
  "name": "Puff2",
@@ -637,7 +676,8 @@
637
676
  "emissive": "#ffffff",
638
677
  "emissiveIntensity": 0.25
639
678
  }
640
- }
679
+ },
680
+ "uid": "n_iohy6aw9bqcmwhe5"
641
681
  },
642
682
  {
643
683
  "name": "Puff3",
@@ -653,7 +693,8 @@
653
693
  "emissive": "#ffffff",
654
694
  "emissiveIntensity": 0.25
655
695
  }
656
- }
696
+ },
697
+ "uid": "n_mi7bvhepjmc6wozt"
657
698
  },
658
699
  {
659
700
  "name": "Puff4",
@@ -669,7 +710,8 @@
669
710
  "emissive": "#ffffff",
670
711
  "emissiveIntensity": 0.25
671
712
  }
672
- }
713
+ },
714
+ "uid": "n_i6ywgmv593u97f1o"
673
715
  },
674
716
  {
675
717
  "name": "Puff5",
@@ -685,11 +727,14 @@
685
727
  "emissive": "#ffffff",
686
728
  "emissiveIntensity": 0.25
687
729
  }
688
- }
730
+ },
731
+ "uid": "n_9icupnhmtz47lvcf"
689
732
  }
690
- ]
733
+ ],
734
+ "uid": "n_dw9l15caic8he6p5"
691
735
  }
692
- ]
736
+ ],
737
+ "uid": "n_skgidqijd3ypcuh9"
693
738
  },
694
739
  {
695
740
  "name": "Sun",
@@ -701,7 +746,8 @@
701
746
  "shadowArea": 288,
702
747
  "color": "#fff4d6",
703
748
  "static": true
704
- }
749
+ },
750
+ "uid": "n_0ptl73f4qnas7roy"
705
751
  },
706
752
  {
707
753
  "name": "FillLight",
@@ -711,9 +757,11 @@
711
757
  "intensity": 0.4,
712
758
  "color": "#b9d4ff",
713
759
  "static": true
714
- }
760
+ },
761
+ "uid": "n_o2z0h6xzy6vdo7r4"
715
762
  }
716
- ]
763
+ ],
764
+ "uid": "n_oxut8orsqzfcuj2p"
717
765
  },
718
766
  {
719
767
  "name": "Dressing",
@@ -734,7 +782,8 @@
734
782
  "trunkColor": "#a39c8e",
735
783
  "leafFadeStart": 160,
736
784
  "leafFadeEnd": 420
737
- }
785
+ },
786
+ "uid": "n_a14e4btjptr5rjlk"
738
787
  },
739
788
  {
740
789
  "name": "Grove2",
@@ -750,7 +799,8 @@
750
799
  "trunkColor": "#a39c8e",
751
800
  "leafFadeStart": 160,
752
801
  "leafFadeEnd": 420
753
- }
802
+ },
803
+ "uid": "n_k3finudux56anobl"
754
804
  },
755
805
  {
756
806
  "name": "Grove3",
@@ -766,7 +816,8 @@
766
816
  "trunkColor": "#7a5a3a",
767
817
  "leafFadeStart": 160,
768
818
  "leafFadeEnd": 420
769
- }
819
+ },
820
+ "uid": "n_ugby80718logv2y4"
770
821
  },
771
822
  {
772
823
  "name": "Grove4",
@@ -782,7 +833,8 @@
782
833
  "trunkColor": "#806044",
783
834
  "leafFadeStart": 160,
784
835
  "leafFadeEnd": 420
785
- }
836
+ },
837
+ "uid": "n_axla1a1got9je6dh"
786
838
  },
787
839
  {
788
840
  "name": "Grove5",
@@ -798,7 +850,8 @@
798
850
  "trunkColor": "#a39c8e",
799
851
  "leafFadeStart": 160,
800
852
  "leafFadeEnd": 420
801
- }
853
+ },
854
+ "uid": "n_i018mgbq348p3cti"
802
855
  },
803
856
  {
804
857
  "name": "Grove6",
@@ -814,7 +867,8 @@
814
867
  "trunkColor": "#7a5a3a",
815
868
  "leafFadeStart": 160,
816
869
  "leafFadeEnd": 420
817
- }
870
+ },
871
+ "uid": "n_y7nrwtvvxztc1y3o"
818
872
  },
819
873
  {
820
874
  "name": "Grove7",
@@ -830,7 +884,8 @@
830
884
  "trunkColor": "#a39c8e",
831
885
  "leafFadeStart": 160,
832
886
  "leafFadeEnd": 420
833
- }
887
+ },
888
+ "uid": "n_37lnv4nv6z16tkun"
834
889
  },
835
890
  {
836
891
  "name": "Grove8",
@@ -846,7 +901,8 @@
846
901
  "trunkColor": "#5f4530",
847
902
  "leafFadeStart": 160,
848
903
  "leafFadeEnd": 420
849
- }
904
+ },
905
+ "uid": "n_fmdcjd0hg60x0z2y"
850
906
  },
851
907
  {
852
908
  "name": "Grove9",
@@ -862,7 +918,8 @@
862
918
  "trunkColor": "#a39c8e",
863
919
  "leafFadeStart": 160,
864
920
  "leafFadeEnd": 420
865
- }
921
+ },
922
+ "uid": "n_ounuwwdqz4tsud33"
866
923
  },
867
924
  {
868
925
  "name": "Grove10",
@@ -878,7 +935,8 @@
878
935
  "trunkColor": "#7a5a3a",
879
936
  "leafFadeStart": 160,
880
937
  "leafFadeEnd": 420
881
- }
938
+ },
939
+ "uid": "n_oypyxhs0u81ql07x"
882
940
  },
883
941
  {
884
942
  "name": "Grove11",
@@ -894,7 +952,8 @@
894
952
  "trunkColor": "#5f4530",
895
953
  "leafFadeStart": 160,
896
954
  "leafFadeEnd": 420
897
- }
955
+ },
956
+ "uid": "n_3vqjaqbwo23hgcq6"
898
957
  },
899
958
  {
900
959
  "name": "Grove12",
@@ -910,7 +969,8 @@
910
969
  "trunkColor": "#7a5a3a",
911
970
  "leafFadeStart": 160,
912
971
  "leafFadeEnd": 420
913
- }
972
+ },
973
+ "uid": "n_g9m6mhx7z1m2f0jc"
914
974
  },
915
975
  {
916
976
  "name": "Grove13",
@@ -926,7 +986,8 @@
926
986
  "trunkColor": "#5f4530",
927
987
  "leafFadeStart": 160,
928
988
  "leafFadeEnd": 420
929
- }
989
+ },
990
+ "uid": "n_s3tnk76hbcuglzp3"
930
991
  },
931
992
  {
932
993
  "name": "Grove14",
@@ -942,7 +1003,8 @@
942
1003
  "trunkColor": "#a39c8e",
943
1004
  "leafFadeStart": 160,
944
1005
  "leafFadeEnd": 420
945
- }
1006
+ },
1007
+ "uid": "n_287qi5qvsz3et66x"
946
1008
  },
947
1009
  {
948
1010
  "name": "Grove15",
@@ -958,7 +1020,8 @@
958
1020
  "trunkColor": "#a39c8e",
959
1021
  "leafFadeStart": 160,
960
1022
  "leafFadeEnd": 420
961
- }
1023
+ },
1024
+ "uid": "n_7axje7d72q5ihwrd"
962
1025
  },
963
1026
  {
964
1027
  "name": "Grove16",
@@ -974,7 +1037,8 @@
974
1037
  "trunkColor": "#806044",
975
1038
  "leafFadeStart": 160,
976
1039
  "leafFadeEnd": 420
977
- }
1040
+ },
1041
+ "uid": "n_63doyjq6rl3thbor"
978
1042
  },
979
1043
  {
980
1044
  "name": "Grove17",
@@ -990,7 +1054,8 @@
990
1054
  "trunkColor": "#806044",
991
1055
  "leafFadeStart": 160,
992
1056
  "leafFadeEnd": 420
993
- }
1057
+ },
1058
+ "uid": "n_cx1ucfpvcey55ded"
994
1059
  },
995
1060
  {
996
1061
  "name": "Grove18",
@@ -1006,7 +1071,8 @@
1006
1071
  "trunkColor": "#7a5a3a",
1007
1072
  "leafFadeStart": 160,
1008
1073
  "leafFadeEnd": 420
1009
- }
1074
+ },
1075
+ "uid": "n_hoal5jsp952mk0io"
1010
1076
  },
1011
1077
  {
1012
1078
  "name": "Grove19",
@@ -1022,7 +1088,8 @@
1022
1088
  "trunkColor": "#a39c8e",
1023
1089
  "leafFadeStart": 160,
1024
1090
  "leafFadeEnd": 420
1025
- }
1091
+ },
1092
+ "uid": "n_fmlrona1pf2pozio"
1026
1093
  },
1027
1094
  {
1028
1095
  "name": "Grove20",
@@ -1038,7 +1105,8 @@
1038
1105
  "trunkColor": "#7a5a3a",
1039
1106
  "leafFadeStart": 160,
1040
1107
  "leafFadeEnd": 420
1041
- }
1108
+ },
1109
+ "uid": "n_didm445nzr3wrug8"
1042
1110
  },
1043
1111
  {
1044
1112
  "name": "Grove21",
@@ -1054,7 +1122,8 @@
1054
1122
  "trunkColor": "#7a5a3a",
1055
1123
  "leafFadeStart": 160,
1056
1124
  "leafFadeEnd": 420
1057
- }
1125
+ },
1126
+ "uid": "n_szt1vj08lpt1plp1"
1058
1127
  },
1059
1128
  {
1060
1129
  "name": "Grove22",
@@ -1070,7 +1139,8 @@
1070
1139
  "trunkColor": "#7a5a3a",
1071
1140
  "leafFadeStart": 160,
1072
1141
  "leafFadeEnd": 420
1073
- }
1142
+ },
1143
+ "uid": "n_5wp0o5x2feyjbuxl"
1074
1144
  },
1075
1145
  {
1076
1146
  "name": "Grass1",
@@ -1081,7 +1151,8 @@
1081
1151
  "position": [83.83, 13.64, 53.8],
1082
1152
  "area": [34, 34],
1083
1153
  "density": 10
1084
- }
1154
+ },
1155
+ "uid": "n_kfrj2jey4rgxj1f9"
1085
1156
  },
1086
1157
  {
1087
1158
  "name": "Grass2",
@@ -1092,7 +1163,8 @@
1092
1163
  "position": [48.69, 13.7, 42.89],
1093
1164
  "area": [34, 34],
1094
1165
  "density": 10
1095
- }
1166
+ },
1167
+ "uid": "n_o9f72a63w53ygjpo"
1096
1168
  },
1097
1169
  {
1098
1170
  "name": "Grass3",
@@ -1103,7 +1175,8 @@
1103
1175
  "position": [-37.46, 18.04, 29.71],
1104
1176
  "area": [34, 34],
1105
1177
  "density": 10
1106
- }
1178
+ },
1179
+ "uid": "n_vcc1pllkabt6yzcd"
1107
1180
  },
1108
1181
  {
1109
1182
  "name": "Grass4",
@@ -1114,7 +1187,8 @@
1114
1187
  "position": [57.21, 16.3, 86.45],
1115
1188
  "area": [34, 34],
1116
1189
  "density": 10
1117
- }
1190
+ },
1191
+ "uid": "n_75byl15m382j9gha"
1118
1192
  },
1119
1193
  {
1120
1194
  "name": "Grass5",
@@ -1125,7 +1199,8 @@
1125
1199
  "position": [-67.62, 16.83, -54.03],
1126
1200
  "area": [34, 34],
1127
1201
  "density": 10
1128
- }
1202
+ },
1203
+ "uid": "n_zyl84b786s1krq4f"
1129
1204
  },
1130
1205
  {
1131
1206
  "name": "Grass6",
@@ -1136,7 +1211,8 @@
1136
1211
  "position": [0.75, 16.94, 89.68],
1137
1212
  "area": [34, 34],
1138
1213
  "density": 10
1139
- }
1214
+ },
1215
+ "uid": "n_366i82a14rjdm5el"
1140
1216
  },
1141
1217
  {
1142
1218
  "name": "Grass7",
@@ -1147,7 +1223,8 @@
1147
1223
  "position": [85.64, 12.48, -28.21],
1148
1224
  "area": [34, 34],
1149
1225
  "density": 10
1150
- }
1226
+ },
1227
+ "uid": "n_tj8wgxqmkmei6btq"
1151
1228
  },
1152
1229
  {
1153
1230
  "name": "Grass8",
@@ -1158,7 +1235,8 @@
1158
1235
  "position": [58.99, 12.3, -5.25],
1159
1236
  "area": [34, 34],
1160
1237
  "density": 10
1161
- }
1238
+ },
1239
+ "uid": "n_c9fuxbusrwrzq4px"
1162
1240
  },
1163
1241
  {
1164
1242
  "name": "Grass9",
@@ -1169,7 +1247,8 @@
1169
1247
  "position": [75.79, 11.98, -31.54],
1170
1248
  "area": [34, 34],
1171
1249
  "density": 10
1172
- }
1250
+ },
1251
+ "uid": "n_ftpt76xogrq1kz7z"
1173
1252
  },
1174
1253
  {
1175
1254
  "name": "Grass10",
@@ -1180,7 +1259,8 @@
1180
1259
  "position": [28.8, 16.05, 70.6],
1181
1260
  "area": [34, 34],
1182
1261
  "density": 10
1183
- }
1262
+ },
1263
+ "uid": "n_crrastkcr4jucjse"
1184
1264
  },
1185
1265
  {
1186
1266
  "name": "Grass11",
@@ -1191,7 +1271,8 @@
1191
1271
  "position": [-74.91, 19.52, -21.04],
1192
1272
  "area": [34, 34],
1193
1273
  "density": 10
1194
- }
1274
+ },
1275
+ "uid": "n_por0nr23hs91bwb8"
1195
1276
  },
1196
1277
  {
1197
1278
  "name": "Grass12",
@@ -1202,7 +1283,8 @@
1202
1283
  "position": [5.38, 16.51, 37.28],
1203
1284
  "area": [34, 34],
1204
1285
  "density": 10
1205
- }
1286
+ },
1287
+ "uid": "n_sk6hmsrvuuadlkuq"
1206
1288
  },
1207
1289
  {
1208
1290
  "name": "Grass13",
@@ -1213,7 +1295,8 @@
1213
1295
  "position": [-9.71, 15.43, -10.63],
1214
1296
  "area": [34, 34],
1215
1297
  "density": 10
1216
- }
1298
+ },
1299
+ "uid": "n_mqbu8dk4mmrquy16"
1217
1300
  },
1218
1301
  {
1219
1302
  "name": "Grass14",
@@ -1224,52 +1307,62 @@
1224
1307
  "position": [-61.97, 20.04, 41.88],
1225
1308
  "area": [34, 34],
1226
1309
  "density": 10
1227
- }
1310
+ },
1311
+ "uid": "n_n1q84cxrg9e924f3"
1228
1312
  },
1229
1313
  {
1230
1314
  "name": "Flowers1",
1231
1315
  "type": "Flowers3D",
1232
- "props": { "position": [33.23, 14.62, 36.95], "area": [12, 12], "seed": 357653252 }
1316
+ "props": { "position": [33.23, 14.62, 36.95], "area": [12, 12], "seed": 357653252 },
1317
+ "uid": "n_3j6j8g3ktaud0a5g"
1233
1318
  },
1234
1319
  {
1235
1320
  "name": "Flowers2",
1236
1321
  "type": "Flowers3D",
1237
- "props": { "position": [-82.3, 19.31, -38.23], "area": [12, 12], "seed": 398696966 }
1322
+ "props": { "position": [-82.3, 19.31, -38.23], "area": [12, 12], "seed": 398696966 },
1323
+ "uid": "n_jfsm8c6sss1rsicl"
1238
1324
  },
1239
1325
  {
1240
1326
  "name": "Flowers3",
1241
1327
  "type": "Flowers3D",
1242
- "props": { "position": [-33.36, 18.6, 50.95], "area": [12, 12], "seed": 400708434 }
1328
+ "props": { "position": [-33.36, 18.6, 50.95], "area": [12, 12], "seed": 400708434 },
1329
+ "uid": "n_hqwozio27odvcqnm"
1243
1330
  },
1244
1331
  {
1245
1332
  "name": "Flowers4",
1246
1333
  "type": "Flowers3D",
1247
- "props": { "position": [-9.78, 17.14, 45.89], "area": [12, 12], "seed": 575315232 }
1334
+ "props": { "position": [-9.78, 17.14, 45.89], "area": [12, 12], "seed": 575315232 },
1335
+ "uid": "n_t4tybsims9ctmj36"
1248
1336
  },
1249
1337
  {
1250
1338
  "name": "Flowers5",
1251
1339
  "type": "Flowers3D",
1252
- "props": { "position": [55.02, 13.26, 39.6], "area": [12, 12], "seed": 73428741 }
1340
+ "props": { "position": [55.02, 13.26, 39.6], "area": [12, 12], "seed": 73428741 },
1341
+ "uid": "n_fai1c6sitg3n2anp"
1253
1342
  },
1254
1343
  {
1255
1344
  "name": "Flowers6",
1256
1345
  "type": "Flowers3D",
1257
- "props": { "position": [-49.05, 16.91, -30.14], "area": [12, 12], "seed": 258165764 }
1346
+ "props": { "position": [-49.05, 16.91, -30.14], "area": [12, 12], "seed": 258165764 },
1347
+ "uid": "n_v70ko63nunhk03tu"
1258
1348
  },
1259
1349
  {
1260
1350
  "name": "Flowers7",
1261
1351
  "type": "Flowers3D",
1262
- "props": { "position": [17.86, 16.44, 76.99], "area": [12, 12], "seed": 22178236 }
1352
+ "props": { "position": [17.86, 16.44, 76.99], "area": [12, 12], "seed": 22178236 },
1353
+ "uid": "n_cp59m1vdm8zp0b0r"
1263
1354
  },
1264
1355
  {
1265
1356
  "name": "Flowers8",
1266
1357
  "type": "Flowers3D",
1267
- "props": { "position": [-5.95, 13.7, -35.97], "area": [12, 12], "seed": 359604670 }
1358
+ "props": { "position": [-5.95, 13.7, -35.97], "area": [12, 12], "seed": 359604670 },
1359
+ "uid": "n_isk8bpe8nvlnv30p"
1268
1360
  },
1269
1361
  {
1270
1362
  "name": "Flowers9",
1271
1363
  "type": "Flowers3D",
1272
- "props": { "position": [-51.11, 18.29, -4.34], "area": [12, 12], "seed": 723951523 }
1364
+ "props": { "position": [-51.11, 18.29, -4.34], "area": [12, 12], "seed": 723951523 },
1365
+ "uid": "n_jdq3amavetrrshlh"
1273
1366
  },
1274
1367
  {
1275
1368
  "name": "ShoreRocks",
@@ -1333,9 +1426,11 @@
1333
1426
  ],
1334
1427
  "castShadow": true,
1335
1428
  "receiveShadow": true
1336
- }
1429
+ },
1430
+ "uid": "n_b1n31kt2aie6qki8"
1337
1431
  }
1338
- ]
1432
+ ],
1433
+ "uid": "n_q8x8lsbybkthltgj"
1339
1434
  },
1340
1435
  {
1341
1436
  "name": "Lighthouse",
@@ -1359,7 +1454,8 @@
1359
1454
  "material": { "color": "#e8e2d4", "roughness": 0.8 },
1360
1455
  "castShadow": true,
1361
1456
  "receiveShadow": true
1362
- }
1457
+ },
1458
+ "uid": "n_ek6ltf5l6vku3rg1"
1363
1459
  },
1364
1460
  {
1365
1461
  "name": "Band",
@@ -1369,9 +1465,11 @@
1369
1465
  "size": [1.56, 1.6, 1.56],
1370
1466
  "position": [0, 1.2, 0],
1371
1467
  "material": { "color": "#b8452e", "roughness": 0.8 }
1372
- }
1468
+ },
1469
+ "uid": "n_woovtumccv3d3sr3"
1373
1470
  }
1374
- ]
1471
+ ],
1472
+ "uid": "n_wyv94004gjp2ezmq"
1375
1473
  },
1376
1474
  {
1377
1475
  "name": "Lamp",
@@ -1381,7 +1479,8 @@
1381
1479
  "size": [0.9, 1.4, 0.9],
1382
1480
  "position": [0, 11.6, 0],
1383
1481
  "material": { "color": "#fff2c4", "emissive": "#ffd982", "emissiveIntensity": 2.2 }
1384
- }
1482
+ },
1483
+ "uid": "n_0g9ip66wbbjtmvs1"
1385
1484
  },
1386
1485
  {
1387
1486
  "name": "LampLight",
@@ -1391,9 +1490,11 @@
1391
1490
  "color": "#ffd982",
1392
1491
  "intensity": 2.2,
1393
1492
  "range": 40
1394
- }
1493
+ },
1494
+ "uid": "n_hfsvm9993s9wun0g"
1395
1495
  }
1396
- ]
1496
+ ],
1497
+ "uid": "n_e19frysdu1nu5o86"
1397
1498
  },
1398
1499
  {
1399
1500
  "name": "Keeper",
@@ -1410,7 +1511,8 @@
1410
1511
  "animation": "$anims/idle",
1411
1512
  "tint": "#d8b46a",
1412
1513
  "castShadow": true
1413
- }
1514
+ },
1515
+ "uid": "n_xze2gpyfdxp626dm"
1414
1516
  },
1415
1517
  {
1416
1518
  "name": "Marker",
@@ -1428,9 +1530,11 @@
1428
1530
  "emissive": "#ffd166",
1429
1531
  "emissiveIntensity": 1.8
1430
1532
  }
1431
- }
1533
+ },
1534
+ "uid": "n_m1jdgd8yzjjwk0h0"
1432
1535
  }
1433
- ]
1536
+ ],
1537
+ "uid": "n_jsyx2r7e1w81to9k"
1434
1538
  },
1435
1539
  {
1436
1540
  "name": "HeadTrack",
@@ -1440,17 +1544,20 @@
1440
1544
  "bone": "Head",
1441
1545
  "lookAt": "../../Player",
1442
1546
  "maxAngleDeg": 80
1443
- }
1547
+ },
1548
+ "uid": "n_9vlxaw713h46a070"
1444
1549
  },
1445
1550
  {
1446
1551
  "name": "TalkSfx",
1447
1552
  "type": "AudioPlayer",
1448
- "props": { "preset": "blip", "volume": 0.5, "pitch": 0.9 }
1553
+ "props": { "preset": "blip", "volume": 0.5, "pitch": 0.9 },
1554
+ "uid": "n_xb6nx0bcftgo2isf"
1449
1555
  },
1450
1556
  {
1451
1557
  "name": "AcceptSfx",
1452
1558
  "type": "AudioPlayer",
1453
- "props": { "preset": "coin", "volume": 0.5 }
1559
+ "props": { "preset": "coin", "volume": 0.5 },
1560
+ "uid": "n_bl73afa35s0itxg2"
1454
1561
  }
1455
1562
  ],
1456
1563
  "uid": "n_mul5jcl9bm2xb99j"
@@ -1478,9 +1585,11 @@
1478
1585
  "material": { "color": "#7d8494", "roughness": 0.9 },
1479
1586
  "castShadow": true,
1480
1587
  "receiveShadow": true
1481
- }
1588
+ },
1589
+ "uid": "n_flbva4qdcwhas075"
1482
1590
  }
1483
- ]
1591
+ ],
1592
+ "uid": "n_0iqqrt0dvw5wp5vi"
1484
1593
  },
1485
1594
  {
1486
1595
  "name": "Crystal",
@@ -1496,12 +1605,14 @@
1496
1605
  "roughness": 0.2
1497
1606
  },
1498
1607
  "castShadow": true
1499
- }
1608
+ },
1609
+ "uid": "n_5ns2gcttq6nft7hw"
1500
1610
  },
1501
1611
  {
1502
1612
  "name": "Glow",
1503
1613
  "type": "OmniLight3D",
1504
- "props": { "position": [0, 2, 0], "color": "#7fe3ff", "intensity": 0, "range": 16 }
1614
+ "props": { "position": [0, 2, 0], "color": "#7fe3ff", "intensity": 0, "range": 16 },
1615
+ "uid": "n_s5588txd4q4lm0pw"
1505
1616
  },
1506
1617
  {
1507
1618
  "name": "LitFx",
@@ -1515,7 +1626,8 @@
1515
1626
  "sizeStart": 80,
1516
1627
  "sizeEnd": 16,
1517
1628
  "renderOrder": 100
1518
- }
1629
+ },
1630
+ "uid": "n_nborf1s78i5eygo4"
1519
1631
  },
1520
1632
  {
1521
1633
  "name": "ChimeSfx",
@@ -1526,9 +1638,11 @@
1526
1638
  "spatial": true,
1527
1639
  "refDistance": 6,
1528
1640
  "maxDistance": 60
1529
- }
1641
+ },
1642
+ "uid": "n_2xkbepqqnyu1vtkm"
1530
1643
  }
1531
- ]
1644
+ ],
1645
+ "uid": "n_ogvjm3gido0f6h5m"
1532
1646
  },
1533
1647
  {
1534
1648
  "name": "Ward2",
@@ -1553,9 +1667,11 @@
1553
1667
  "material": { "color": "#7d8494", "roughness": 0.9 },
1554
1668
  "castShadow": true,
1555
1669
  "receiveShadow": true
1556
- }
1670
+ },
1671
+ "uid": "n_af39rdlt54zq32t0"
1557
1672
  }
1558
- ]
1673
+ ],
1674
+ "uid": "n_li9a7c4y34300zm2"
1559
1675
  },
1560
1676
  {
1561
1677
  "name": "Crystal",
@@ -1571,12 +1687,14 @@
1571
1687
  "roughness": 0.2
1572
1688
  },
1573
1689
  "castShadow": true
1574
- }
1690
+ },
1691
+ "uid": "n_6gah1oxows01pp26"
1575
1692
  },
1576
1693
  {
1577
1694
  "name": "Glow",
1578
1695
  "type": "OmniLight3D",
1579
- "props": { "position": [0, 2, 0], "color": "#7fe3ff", "intensity": 0, "range": 16 }
1696
+ "props": { "position": [0, 2, 0], "color": "#7fe3ff", "intensity": 0, "range": 16 },
1697
+ "uid": "n_cmmn25p3i29dfocm"
1580
1698
  },
1581
1699
  {
1582
1700
  "name": "LitFx",
@@ -1590,7 +1708,8 @@
1590
1708
  "sizeStart": 80,
1591
1709
  "sizeEnd": 16,
1592
1710
  "renderOrder": 100
1593
- }
1711
+ },
1712
+ "uid": "n_gtr5oqegjj0z9w6n"
1594
1713
  },
1595
1714
  {
1596
1715
  "name": "ChimeSfx",
@@ -1601,9 +1720,11 @@
1601
1720
  "spatial": true,
1602
1721
  "refDistance": 6,
1603
1722
  "maxDistance": 60
1604
- }
1723
+ },
1724
+ "uid": "n_3u9ul6mqxme65f3a"
1605
1725
  }
1606
- ]
1726
+ ],
1727
+ "uid": "n_78frppxektihfu21"
1607
1728
  },
1608
1729
  {
1609
1730
  "name": "Ward3",
@@ -1628,9 +1749,11 @@
1628
1749
  "material": { "color": "#7d8494", "roughness": 0.9 },
1629
1750
  "castShadow": true,
1630
1751
  "receiveShadow": true
1631
- }
1752
+ },
1753
+ "uid": "n_ro1moxdkeclz8jzd"
1632
1754
  }
1633
- ]
1755
+ ],
1756
+ "uid": "n_iqga3rt4nj5bvoq1"
1634
1757
  },
1635
1758
  {
1636
1759
  "name": "Crystal",
@@ -1646,12 +1769,14 @@
1646
1769
  "roughness": 0.2
1647
1770
  },
1648
1771
  "castShadow": true
1649
- }
1772
+ },
1773
+ "uid": "n_vkmstb5mqxs8794z"
1650
1774
  },
1651
1775
  {
1652
1776
  "name": "Glow",
1653
1777
  "type": "OmniLight3D",
1654
- "props": { "position": [0, 2, 0], "color": "#7fe3ff", "intensity": 0, "range": 16 }
1778
+ "props": { "position": [0, 2, 0], "color": "#7fe3ff", "intensity": 0, "range": 16 },
1779
+ "uid": "n_idb130at64anh510"
1655
1780
  },
1656
1781
  {
1657
1782
  "name": "LitFx",
@@ -1665,7 +1790,8 @@
1665
1790
  "sizeStart": 80,
1666
1791
  "sizeEnd": 16,
1667
1792
  "renderOrder": 100
1668
- }
1793
+ },
1794
+ "uid": "n_anhagqcbhak5c1t3"
1669
1795
  },
1670
1796
  {
1671
1797
  "name": "ChimeSfx",
@@ -1676,9 +1802,11 @@
1676
1802
  "spatial": true,
1677
1803
  "refDistance": 6,
1678
1804
  "maxDistance": 60
1679
- }
1805
+ },
1806
+ "uid": "n_cmogiy6p2c5pzthd"
1680
1807
  }
1681
- ]
1808
+ ],
1809
+ "uid": "n_kmlyog7um67dbqzj"
1682
1810
  },
1683
1811
  {
1684
1812
  "name": "Shade1_1",
@@ -1700,7 +1828,8 @@
1700
1828
  "roughness": 0.6
1701
1829
  },
1702
1830
  "castShadow": true
1703
- }
1831
+ },
1832
+ "uid": "n_vnzb94w1t5f6pvhe"
1704
1833
  },
1705
1834
  {
1706
1835
  "name": "Hood",
@@ -1710,7 +1839,8 @@
1710
1839
  "size": [0.3, 0.46, 0.3],
1711
1840
  "position": [0, 0.58, 0],
1712
1841
  "material": { "color": "#0e0e1e", "emissive": "#241a5e", "emissiveIntensity": 0.4 }
1713
- }
1842
+ },
1843
+ "uid": "n_xzhx85fjudvdyaad"
1714
1844
  },
1715
1845
  {
1716
1846
  "name": "EyeL",
@@ -1720,7 +1850,8 @@
1720
1850
  "size": [0.05, 0.05, 0.05],
1721
1851
  "position": [-0.09, 0.6, 0.24],
1722
1852
  "material": { "color": "#ff4466", "emissive": "#ff4466", "emissiveIntensity": 2.4 }
1723
- }
1853
+ },
1854
+ "uid": "n_meu3617g8soxzvur"
1724
1855
  },
1725
1856
  {
1726
1857
  "name": "EyeR",
@@ -1730,7 +1861,8 @@
1730
1861
  "size": [0.05, 0.05, 0.05],
1731
1862
  "position": [0.09, 0.6, 0.24],
1732
1863
  "material": { "color": "#ff4466", "emissive": "#ff4466", "emissiveIntensity": 2.4 }
1733
- }
1864
+ },
1865
+ "uid": "n_um644ymu3f1uhz6t"
1734
1866
  },
1735
1867
  {
1736
1868
  "name": "Wisp",
@@ -1742,7 +1874,8 @@
1742
1874
  "seconds": 0.5,
1743
1875
  "additive": true,
1744
1876
  "position": [0, 0.2, 0]
1745
- }
1877
+ },
1878
+ "uid": "n_7154w6h1ehghlbtp"
1746
1879
  },
1747
1880
  {
1748
1881
  "name": "Fang",
@@ -1772,7 +1905,8 @@
1772
1905
  "spatial": true,
1773
1906
  "refDistance": 4,
1774
1907
  "maxDistance": 30
1775
- }
1908
+ },
1909
+ "uid": "n_nifzsy7x1ngp25ch"
1776
1910
  }
1777
1911
  ],
1778
1912
  "uid": "n_vtxsvhcb38lu8jxr"
@@ -1797,7 +1931,8 @@
1797
1931
  "roughness": 0.6
1798
1932
  },
1799
1933
  "castShadow": true
1800
- }
1934
+ },
1935
+ "uid": "n_cq95ddywond4iy54"
1801
1936
  },
1802
1937
  {
1803
1938
  "name": "Hood",
@@ -1807,7 +1942,8 @@
1807
1942
  "size": [0.3, 0.46, 0.3],
1808
1943
  "position": [0, 0.58, 0],
1809
1944
  "material": { "color": "#0e0e1e", "emissive": "#241a5e", "emissiveIntensity": 0.4 }
1810
- }
1945
+ },
1946
+ "uid": "n_fgbwqv6rc59v4kgy"
1811
1947
  },
1812
1948
  {
1813
1949
  "name": "EyeL",
@@ -1817,7 +1953,8 @@
1817
1953
  "size": [0.05, 0.05, 0.05],
1818
1954
  "position": [-0.09, 0.6, 0.24],
1819
1955
  "material": { "color": "#ff4466", "emissive": "#ff4466", "emissiveIntensity": 2.4 }
1820
- }
1956
+ },
1957
+ "uid": "n_vugm06iaevlbmajp"
1821
1958
  },
1822
1959
  {
1823
1960
  "name": "EyeR",
@@ -1827,7 +1964,8 @@
1827
1964
  "size": [0.05, 0.05, 0.05],
1828
1965
  "position": [0.09, 0.6, 0.24],
1829
1966
  "material": { "color": "#ff4466", "emissive": "#ff4466", "emissiveIntensity": 2.4 }
1830
- }
1967
+ },
1968
+ "uid": "n_v90ysdqk81vb9smv"
1831
1969
  },
1832
1970
  {
1833
1971
  "name": "Wisp",
@@ -1839,7 +1977,8 @@
1839
1977
  "seconds": 0.5,
1840
1978
  "additive": true,
1841
1979
  "position": [0, 0.2, 0]
1842
- }
1980
+ },
1981
+ "uid": "n_31w8e8nqhh91kn0u"
1843
1982
  },
1844
1983
  {
1845
1984
  "name": "Fang",
@@ -1869,7 +2008,8 @@
1869
2008
  "spatial": true,
1870
2009
  "refDistance": 4,
1871
2010
  "maxDistance": 30
1872
- }
2011
+ },
2012
+ "uid": "n_qf3m7d6uh1ker1rn"
1873
2013
  }
1874
2014
  ],
1875
2015
  "uid": "n_r5vg5y04gzy6jesl"
@@ -1894,7 +2034,8 @@
1894
2034
  "roughness": 0.6
1895
2035
  },
1896
2036
  "castShadow": true
1897
- }
2037
+ },
2038
+ "uid": "n_r1bhe6a564o4aq6n"
1898
2039
  },
1899
2040
  {
1900
2041
  "name": "Hood",
@@ -1904,7 +2045,8 @@
1904
2045
  "size": [0.3, 0.46, 0.3],
1905
2046
  "position": [0, 0.58, 0],
1906
2047
  "material": { "color": "#0e0e1e", "emissive": "#241a5e", "emissiveIntensity": 0.4 }
1907
- }
2048
+ },
2049
+ "uid": "n_at1rtzu6jtf4ev62"
1908
2050
  },
1909
2051
  {
1910
2052
  "name": "EyeL",
@@ -1914,7 +2056,8 @@
1914
2056
  "size": [0.05, 0.05, 0.05],
1915
2057
  "position": [-0.09, 0.6, 0.24],
1916
2058
  "material": { "color": "#ff4466", "emissive": "#ff4466", "emissiveIntensity": 2.4 }
1917
- }
2059
+ },
2060
+ "uid": "n_0e7yg9nteypk7f5x"
1918
2061
  },
1919
2062
  {
1920
2063
  "name": "EyeR",
@@ -1924,7 +2067,8 @@
1924
2067
  "size": [0.05, 0.05, 0.05],
1925
2068
  "position": [0.09, 0.6, 0.24],
1926
2069
  "material": { "color": "#ff4466", "emissive": "#ff4466", "emissiveIntensity": 2.4 }
1927
- }
2070
+ },
2071
+ "uid": "n_jcf9umufm5yptjv2"
1928
2072
  },
1929
2073
  {
1930
2074
  "name": "Wisp",
@@ -1936,7 +2080,8 @@
1936
2080
  "seconds": 0.5,
1937
2081
  "additive": true,
1938
2082
  "position": [0, 0.2, 0]
1939
- }
2083
+ },
2084
+ "uid": "n_p8xl05b2ros5ttua"
1940
2085
  },
1941
2086
  {
1942
2087
  "name": "Fang",
@@ -1966,7 +2111,8 @@
1966
2111
  "spatial": true,
1967
2112
  "refDistance": 4,
1968
2113
  "maxDistance": 30
1969
- }
2114
+ },
2115
+ "uid": "n_gobp1shh4b29mnce"
1970
2116
  }
1971
2117
  ],
1972
2118
  "uid": "n_6wwlu8sbcnvshg3k"
@@ -1991,7 +2137,8 @@
1991
2137
  "roughness": 0.6
1992
2138
  },
1993
2139
  "castShadow": true
1994
- }
2140
+ },
2141
+ "uid": "n_jpl24hrpiwunympj"
1995
2142
  },
1996
2143
  {
1997
2144
  "name": "Hood",
@@ -2001,7 +2148,8 @@
2001
2148
  "size": [0.3, 0.46, 0.3],
2002
2149
  "position": [0, 0.58, 0],
2003
2150
  "material": { "color": "#0e0e1e", "emissive": "#241a5e", "emissiveIntensity": 0.4 }
2004
- }
2151
+ },
2152
+ "uid": "n_i6qnttmv8oa6dm4n"
2005
2153
  },
2006
2154
  {
2007
2155
  "name": "EyeL",
@@ -2011,7 +2159,8 @@
2011
2159
  "size": [0.05, 0.05, 0.05],
2012
2160
  "position": [-0.09, 0.6, 0.24],
2013
2161
  "material": { "color": "#ff4466", "emissive": "#ff4466", "emissiveIntensity": 2.4 }
2014
- }
2162
+ },
2163
+ "uid": "n_qyixqg1nvccd9aug"
2015
2164
  },
2016
2165
  {
2017
2166
  "name": "EyeR",
@@ -2021,7 +2170,8 @@
2021
2170
  "size": [0.05, 0.05, 0.05],
2022
2171
  "position": [0.09, 0.6, 0.24],
2023
2172
  "material": { "color": "#ff4466", "emissive": "#ff4466", "emissiveIntensity": 2.4 }
2024
- }
2173
+ },
2174
+ "uid": "n_dvxxfmov18hl0332"
2025
2175
  },
2026
2176
  {
2027
2177
  "name": "Wisp",
@@ -2033,7 +2183,8 @@
2033
2183
  "seconds": 0.5,
2034
2184
  "additive": true,
2035
2185
  "position": [0, 0.2, 0]
2036
- }
2186
+ },
2187
+ "uid": "n_jmsovcd46z83x0t3"
2037
2188
  },
2038
2189
  {
2039
2190
  "name": "Fang",
@@ -2063,7 +2214,8 @@
2063
2214
  "spatial": true,
2064
2215
  "refDistance": 4,
2065
2216
  "maxDistance": 30
2066
- }
2217
+ },
2218
+ "uid": "n_0xbye0rmb6te7z01"
2067
2219
  }
2068
2220
  ],
2069
2221
  "uid": "n_l4nnh74z3m6e6iiu"
@@ -2088,7 +2240,8 @@
2088
2240
  "roughness": 0.6
2089
2241
  },
2090
2242
  "castShadow": true
2091
- }
2243
+ },
2244
+ "uid": "n_dt76xt6qtct02147"
2092
2245
  },
2093
2246
  {
2094
2247
  "name": "Hood",
@@ -2098,7 +2251,8 @@
2098
2251
  "size": [0.3, 0.46, 0.3],
2099
2252
  "position": [0, 0.58, 0],
2100
2253
  "material": { "color": "#0e0e1e", "emissive": "#241a5e", "emissiveIntensity": 0.4 }
2101
- }
2254
+ },
2255
+ "uid": "n_cjc3jm3r12xknng8"
2102
2256
  },
2103
2257
  {
2104
2258
  "name": "EyeL",
@@ -2108,7 +2262,8 @@
2108
2262
  "size": [0.05, 0.05, 0.05],
2109
2263
  "position": [-0.09, 0.6, 0.24],
2110
2264
  "material": { "color": "#ff4466", "emissive": "#ff4466", "emissiveIntensity": 2.4 }
2111
- }
2265
+ },
2266
+ "uid": "n_8lvhsggaug951mux"
2112
2267
  },
2113
2268
  {
2114
2269
  "name": "EyeR",
@@ -2118,7 +2273,8 @@
2118
2273
  "size": [0.05, 0.05, 0.05],
2119
2274
  "position": [0.09, 0.6, 0.24],
2120
2275
  "material": { "color": "#ff4466", "emissive": "#ff4466", "emissiveIntensity": 2.4 }
2121
- }
2276
+ },
2277
+ "uid": "n_2o3htke05mwodt1n"
2122
2278
  },
2123
2279
  {
2124
2280
  "name": "Wisp",
@@ -2130,7 +2286,8 @@
2130
2286
  "seconds": 0.5,
2131
2287
  "additive": true,
2132
2288
  "position": [0, 0.2, 0]
2133
- }
2289
+ },
2290
+ "uid": "n_z2wkn1ep3bwfyabt"
2134
2291
  },
2135
2292
  {
2136
2293
  "name": "Fang",
@@ -2160,7 +2317,8 @@
2160
2317
  "spatial": true,
2161
2318
  "refDistance": 4,
2162
2319
  "maxDistance": 30
2163
- }
2320
+ },
2321
+ "uid": "n_t6rtdx1rf31asmz6"
2164
2322
  }
2165
2323
  ],
2166
2324
  "uid": "n_h36jra1obrmdpot0"
@@ -2185,7 +2343,8 @@
2185
2343
  "roughness": 0.6
2186
2344
  },
2187
2345
  "castShadow": true
2188
- }
2346
+ },
2347
+ "uid": "n_hvcc0wi92amkhsfi"
2189
2348
  },
2190
2349
  {
2191
2350
  "name": "Hood",
@@ -2195,7 +2354,8 @@
2195
2354
  "size": [0.3, 0.46, 0.3],
2196
2355
  "position": [0, 0.58, 0],
2197
2356
  "material": { "color": "#0e0e1e", "emissive": "#241a5e", "emissiveIntensity": 0.4 }
2198
- }
2357
+ },
2358
+ "uid": "n_y218yxfhqioxrens"
2199
2359
  },
2200
2360
  {
2201
2361
  "name": "EyeL",
@@ -2205,7 +2365,8 @@
2205
2365
  "size": [0.05, 0.05, 0.05],
2206
2366
  "position": [-0.09, 0.6, 0.24],
2207
2367
  "material": { "color": "#ff4466", "emissive": "#ff4466", "emissiveIntensity": 2.4 }
2208
- }
2368
+ },
2369
+ "uid": "n_1tp8mo7mnv1a5iys"
2209
2370
  },
2210
2371
  {
2211
2372
  "name": "EyeR",
@@ -2215,7 +2376,8 @@
2215
2376
  "size": [0.05, 0.05, 0.05],
2216
2377
  "position": [0.09, 0.6, 0.24],
2217
2378
  "material": { "color": "#ff4466", "emissive": "#ff4466", "emissiveIntensity": 2.4 }
2218
- }
2379
+ },
2380
+ "uid": "n_pnkxefk8dkpmv5tp"
2219
2381
  },
2220
2382
  {
2221
2383
  "name": "Wisp",
@@ -2227,7 +2389,8 @@
2227
2389
  "seconds": 0.5,
2228
2390
  "additive": true,
2229
2391
  "position": [0, 0.2, 0]
2230
- }
2392
+ },
2393
+ "uid": "n_ifiveeul9m062ru7"
2231
2394
  },
2232
2395
  {
2233
2396
  "name": "Fang",
@@ -2257,7 +2420,8 @@
2257
2420
  "spatial": true,
2258
2421
  "refDistance": 4,
2259
2422
  "maxDistance": 30
2260
- }
2423
+ },
2424
+ "uid": "n_llegxg0pvq0qfjda"
2261
2425
  }
2262
2426
  ],
2263
2427
  "uid": "n_wl3i254fiub3uwkz"
@@ -2275,7 +2439,7 @@
2275
2439
  "collider": { "shape": "capsule", "radius": 0.34, "height": 1 }
2276
2440
  },
2277
2441
  "children": [
2278
- { "name": "Catch", "type": "Respawn" },
2442
+ { "name": "Catch", "type": "Respawn", "uid": "n_4xqjog8ub7avkdvp" },
2279
2443
  {
2280
2444
  "name": "Controller",
2281
2445
  "type": "CharacterController3D",
@@ -2309,7 +2473,8 @@
2309
2473
  "animation": "$anims/idle",
2310
2474
  "castShadow": true,
2311
2475
  "position": [0, -0.85, 0]
2312
- }
2476
+ },
2477
+ "uid": "n_0pm8ea5gu8ncx7mn"
2313
2478
  },
2314
2479
  {
2315
2480
  "name": "SwordMount",
@@ -2325,7 +2490,8 @@
2325
2490
  "position": [0, 0.42, 0],
2326
2491
  "material": { "color": "#d8dde8", "metalness": 0.9, "roughness": 0.25 },
2327
2492
  "castShadow": true
2328
- }
2493
+ },
2494
+ "uid": "n_eek8bpumznj7xju6"
2329
2495
  },
2330
2496
  {
2331
2497
  "name": "Guard",
@@ -2335,7 +2501,8 @@
2335
2501
  "size": [0.16, 0.04, 0.06],
2336
2502
  "position": [0, 0.09, 0],
2337
2503
  "material": { "color": "#8a6d3a", "metalness": 0.7, "roughness": 0.4 }
2338
- }
2504
+ },
2505
+ "uid": "n_bu4qz5iavtzzrnji"
2339
2506
  },
2340
2507
  {
2341
2508
  "name": "SwordTip",
@@ -2353,18 +2520,27 @@
2353
2520
  "additive": true,
2354
2521
  "emitting": false,
2355
2522
  "minDistance": 0.02
2356
- }
2523
+ },
2524
+ "uid": "n_uo34otd2prq3a6er"
2357
2525
  }
2358
- ]
2526
+ ],
2527
+ "uid": "n_xqd0x4at43mh137i"
2359
2528
  }
2360
- ]
2529
+ ],
2530
+ "uid": "n_b35eoqfebxbsja3e"
2361
2531
  },
2362
2532
  {
2363
2533
  "name": "SwingSfx",
2364
2534
  "type": "AudioPlayer",
2365
- "props": { "preset": "shoot", "volume": 0.35, "pitch": 0.55 }
2535
+ "props": { "preset": "shoot", "volume": 0.35, "pitch": 0.55 },
2536
+ "uid": "n_l527ckwzu8aqdbur"
2366
2537
  },
2367
- { "name": "HitSfx", "type": "AudioPlayer", "props": { "preset": "hit", "volume": 0.6 } }
2538
+ {
2539
+ "name": "HitSfx",
2540
+ "type": "AudioPlayer",
2541
+ "props": { "preset": "hit", "volume": 0.6 },
2542
+ "uid": "n_njlpsv892q9w319m"
2543
+ }
2368
2544
  ]
2369
2545
  },
2370
2546
  {
@@ -2402,7 +2578,8 @@
2402
2578
  "roughness": 0.55
2403
2579
  },
2404
2580
  "castShadow": true
2405
- }
2581
+ },
2582
+ "uid": "n_dx9ylqxepeoki5h3"
2406
2583
  },
2407
2584
  {
2408
2585
  "name": "Crown",
@@ -2418,7 +2595,8 @@
2418
2595
  "flatShading": true
2419
2596
  },
2420
2597
  "castShadow": true
2421
- }
2598
+ },
2599
+ "uid": "n_3rh8opeg17jv7rh5"
2422
2600
  },
2423
2601
  {
2424
2602
  "name": "EyeL",
@@ -2428,7 +2606,8 @@
2428
2606
  "size": [0.16, 0.16, 0.16],
2429
2607
  "position": [-0.34, 4.4, 0.8],
2430
2608
  "material": { "color": "#ff2f6b", "emissive": "#ff2f6b", "emissiveIntensity": 4 }
2431
- }
2609
+ },
2610
+ "uid": "n_vi426k237cd557c1"
2432
2611
  },
2433
2612
  {
2434
2613
  "name": "EyeR",
@@ -2438,7 +2617,8 @@
2438
2617
  "size": [0.16, 0.16, 0.16],
2439
2618
  "position": [0.34, 4.4, 0.8],
2440
2619
  "material": { "color": "#ff2f6b", "emissive": "#ff2f6b", "emissiveIntensity": 4 }
2441
- }
2620
+ },
2621
+ "uid": "n_mhtslzu34na0rppx"
2442
2622
  },
2443
2623
  {
2444
2624
  "name": "ArmL",
@@ -2450,7 +2630,8 @@
2450
2630
  "rotation": [0, 0, 18],
2451
2631
  "material": { "color": "#171130", "emissive": "#41288f", "emissiveIntensity": 0.5 },
2452
2632
  "castShadow": true
2453
- }
2633
+ },
2634
+ "uid": "n_9fnq6rh2z91s7ekg"
2454
2635
  },
2455
2636
  {
2456
2637
  "name": "ArmR",
@@ -2462,12 +2643,14 @@
2462
2643
  "rotation": [0, 0, -18],
2463
2644
  "material": { "color": "#171130", "emissive": "#41288f", "emissiveIntensity": 0.5 },
2464
2645
  "castShadow": true
2465
- }
2646
+ },
2647
+ "uid": "n_xxl26cpwjcxnw335"
2466
2648
  },
2467
2649
  {
2468
2650
  "name": "EyeGlow",
2469
2651
  "type": "OmniLight3D",
2470
- "props": { "position": [0, 4.2, 0.6], "color": "#b46bff", "intensity": 0, "range": 26 }
2652
+ "props": { "position": [0, 4.2, 0.6], "color": "#b46bff", "intensity": 0, "range": 26 },
2653
+ "uid": "n_4t8vek1pwzjtb8d3"
2471
2654
  },
2472
2655
  {
2473
2656
  "name": "Dread",
@@ -2480,7 +2663,8 @@
2480
2663
  "additive": true,
2481
2664
  "position": [0, 1.2, 0],
2482
2665
  "emitting": false
2483
- }
2666
+ },
2667
+ "uid": "n_pm6t328scenz7s8r"
2484
2668
  },
2485
2669
  {
2486
2670
  "name": "Fang",
@@ -2510,7 +2694,8 @@
2510
2694
  "spatial": true,
2511
2695
  "refDistance": 10,
2512
2696
  "maxDistance": 90
2513
- }
2697
+ },
2698
+ "uid": "n_nfg7w6morb3y7rkp"
2514
2699
  }
2515
2700
  ],
2516
2701
  "uid": "n_d8cl5voz3mjr266t"
@@ -2518,9 +2703,15 @@
2518
2703
  {
2519
2704
  "name": "Camera",
2520
2705
  "type": "Camera3D",
2521
- "props": { "current": true, "far": 900, "position": [-16.5, 23.85266860961914, 75.5] }
2706
+ "props": { "current": true, "far": 900, "position": [-16.5, 23.85266860961914, 75.5] },
2707
+ "uid": "n_qrjexhafl5c2a93z"
2708
+ },
2709
+ {
2710
+ "name": "WinSfx",
2711
+ "type": "AudioPlayer",
2712
+ "props": { "preset": "win", "volume": 0.7 },
2713
+ "uid": "n_y8xvse41r9eqzl0v"
2522
2714
  },
2523
- { "name": "WinSfx", "type": "AudioPlayer", "props": { "preset": "win", "volume": 0.7 } },
2524
2715
  {
2525
2716
  "name": "HUD",
2526
2717
  "type": "HudLayer",
@@ -2566,7 +2757,8 @@
2566
2757
  "shadow": true
2567
2758
  }
2568
2759
  }
2569
- ]
2760
+ ],
2761
+ "uid": "n_0q1r3a6rijr3hc1w"
2570
2762
  }
2571
2763
  ],
2572
2764
  "uid": "n_nxftk1ep8wbi1bn9"