@dcl/asset-packs 2.5.8 → 2.5.9-20250902173455.commit-5072879
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/catalog.json +231 -131
- package/package.json +2 -2
package/catalog.json
CHANGED
|
@@ -61559,15 +61559,51 @@
|
|
|
61559
61559
|
"0": {
|
|
61560
61560
|
"json": {
|
|
61561
61561
|
"isBasicViewEnabled": true,
|
|
61562
|
-
"
|
|
61563
|
-
"
|
|
61562
|
+
"label": "Ambient Sound",
|
|
61563
|
+
"sections": [
|
|
61564
61564
|
{
|
|
61565
|
-
"
|
|
61566
|
-
"
|
|
61567
|
-
|
|
61568
|
-
|
|
61565
|
+
"id": "sound",
|
|
61566
|
+
"items": [
|
|
61567
|
+
{
|
|
61568
|
+
"component": "asset-packs::Actions",
|
|
61569
|
+
"widget": "FileUploadField",
|
|
61570
|
+
"label": "Sound Path",
|
|
61571
|
+
"path": "src",
|
|
61572
|
+
"basicViewId": "loop-sound"
|
|
61573
|
+
},
|
|
61574
|
+
{
|
|
61575
|
+
"component": "asset-packs::Actions",
|
|
61576
|
+
"widget": "RangeField",
|
|
61577
|
+
"label": "Volume",
|
|
61578
|
+
"path": "volume",
|
|
61579
|
+
"basicViewId": "loop-sound",
|
|
61580
|
+
"constraints": {
|
|
61581
|
+
"min": 0,
|
|
61582
|
+
"max": 1,
|
|
61583
|
+
"step": 0.01,
|
|
61584
|
+
"default": "1"
|
|
61585
|
+
},
|
|
61586
|
+
"transform": {
|
|
61587
|
+
"in": {
|
|
61588
|
+
"steps": [
|
|
61589
|
+
{
|
|
61590
|
+
"op": "toPercentage"
|
|
61591
|
+
}
|
|
61592
|
+
]
|
|
61593
|
+
},
|
|
61594
|
+
"out": {
|
|
61595
|
+
"steps": [
|
|
61596
|
+
{
|
|
61597
|
+
"op": "fromPercentage"
|
|
61598
|
+
}
|
|
61599
|
+
]
|
|
61600
|
+
}
|
|
61601
|
+
}
|
|
61602
|
+
}
|
|
61603
|
+
]
|
|
61569
61604
|
}
|
|
61570
|
-
]
|
|
61605
|
+
],
|
|
61606
|
+
"version": 2
|
|
61571
61607
|
}
|
|
61572
61608
|
}
|
|
61573
61609
|
}
|
|
@@ -61577,7 +61613,7 @@
|
|
|
61577
61613
|
"contents": {
|
|
61578
61614
|
"Field.mp3": "bafkreicztuvsqj6nkee76kzocfj2335puepx52p7mbqzhttzs56vdbyfgm",
|
|
61579
61615
|
"ambient_sound.glb": "bafkreig6nk5bnvqdz2szic2tyirmwksd2giji5nk4fo22yyu5wbm2cvrry",
|
|
61580
|
-
"composite.json": "
|
|
61616
|
+
"composite.json": "bafkreieuttk4kya77h37hfvxkylt4i7fwe7vhxvendspn7pb72lcghfw2y",
|
|
61581
61617
|
"thumbnail.png": "bafkreicflxhv3t4iolfnrqtztnzmufd3nzsourqhlroo52srcjtrgktgzq"
|
|
61582
61618
|
}
|
|
61583
61619
|
},
|
|
@@ -61687,15 +61723,51 @@
|
|
|
61687
61723
|
"0": {
|
|
61688
61724
|
"json": {
|
|
61689
61725
|
"isBasicViewEnabled": true,
|
|
61690
|
-
"
|
|
61691
|
-
"
|
|
61726
|
+
"label": "Ambient Sound",
|
|
61727
|
+
"sections": [
|
|
61692
61728
|
{
|
|
61693
|
-
"
|
|
61694
|
-
"
|
|
61695
|
-
|
|
61696
|
-
|
|
61729
|
+
"id": "sound",
|
|
61730
|
+
"items": [
|
|
61731
|
+
{
|
|
61732
|
+
"component": "asset-packs::Actions",
|
|
61733
|
+
"widget": "FileUploadField",
|
|
61734
|
+
"label": "Sound Path",
|
|
61735
|
+
"path": "src",
|
|
61736
|
+
"basicViewId": "loop-sound"
|
|
61737
|
+
},
|
|
61738
|
+
{
|
|
61739
|
+
"component": "asset-packs::Actions",
|
|
61740
|
+
"widget": "RangeField",
|
|
61741
|
+
"label": "Volume",
|
|
61742
|
+
"path": "volume",
|
|
61743
|
+
"basicViewId": "loop-sound",
|
|
61744
|
+
"constraints": {
|
|
61745
|
+
"min": 0,
|
|
61746
|
+
"max": 1,
|
|
61747
|
+
"step": 0.01,
|
|
61748
|
+
"default": "1"
|
|
61749
|
+
},
|
|
61750
|
+
"transform": {
|
|
61751
|
+
"in": {
|
|
61752
|
+
"steps": [
|
|
61753
|
+
{
|
|
61754
|
+
"op": "toPercentage"
|
|
61755
|
+
}
|
|
61756
|
+
]
|
|
61757
|
+
},
|
|
61758
|
+
"out": {
|
|
61759
|
+
"steps": [
|
|
61760
|
+
{
|
|
61761
|
+
"op": "fromPercentage"
|
|
61762
|
+
}
|
|
61763
|
+
]
|
|
61764
|
+
}
|
|
61765
|
+
}
|
|
61766
|
+
}
|
|
61767
|
+
]
|
|
61697
61768
|
}
|
|
61698
|
-
]
|
|
61769
|
+
],
|
|
61770
|
+
"version": 2
|
|
61699
61771
|
}
|
|
61700
61772
|
}
|
|
61701
61773
|
}
|
|
@@ -61705,7 +61777,7 @@
|
|
|
61705
61777
|
"contents": {
|
|
61706
61778
|
"City.mp3": "bafkreicmi2xfzrg2xq4qkzcevgo5ka7x3dwjpbgwimbvbjdiespor4upk4",
|
|
61707
61779
|
"ambient_sound.glb": "bafkreig6nk5bnvqdz2szic2tyirmwksd2giji5nk4fo22yyu5wbm2cvrry",
|
|
61708
|
-
"composite.json": "
|
|
61780
|
+
"composite.json": "bafkreiasl2s5w2ajgt7q6q3l3vfrkjiijo3zibbujyuhb5flmtdjzw7rby",
|
|
61709
61781
|
"thumbnail.png": "bafkreicflxhv3t4iolfnrqtztnzmufd3nzsourqhlroo52srcjtrgktgzq"
|
|
61710
61782
|
}
|
|
61711
61783
|
},
|
|
@@ -61816,15 +61888,51 @@
|
|
|
61816
61888
|
"0": {
|
|
61817
61889
|
"json": {
|
|
61818
61890
|
"isBasicViewEnabled": true,
|
|
61819
|
-
"
|
|
61820
|
-
"
|
|
61891
|
+
"label": "Ambient Sound",
|
|
61892
|
+
"sections": [
|
|
61821
61893
|
{
|
|
61822
|
-
"
|
|
61823
|
-
"
|
|
61824
|
-
|
|
61825
|
-
|
|
61894
|
+
"id": "sound",
|
|
61895
|
+
"items": [
|
|
61896
|
+
{
|
|
61897
|
+
"component": "asset-packs::Actions",
|
|
61898
|
+
"widget": "FileUploadField",
|
|
61899
|
+
"label": "Sound Path",
|
|
61900
|
+
"path": "src",
|
|
61901
|
+
"basicViewId": "loop-sound"
|
|
61902
|
+
},
|
|
61903
|
+
{
|
|
61904
|
+
"component": "asset-packs::Actions",
|
|
61905
|
+
"widget": "RangeField",
|
|
61906
|
+
"label": "Volume",
|
|
61907
|
+
"path": "volume",
|
|
61908
|
+
"basicViewId": "loop-sound",
|
|
61909
|
+
"constraints": {
|
|
61910
|
+
"min": 0,
|
|
61911
|
+
"max": 1,
|
|
61912
|
+
"step": 0.01,
|
|
61913
|
+
"default": "1"
|
|
61914
|
+
},
|
|
61915
|
+
"transform": {
|
|
61916
|
+
"in": {
|
|
61917
|
+
"steps": [
|
|
61918
|
+
{
|
|
61919
|
+
"op": "toPercentage"
|
|
61920
|
+
}
|
|
61921
|
+
]
|
|
61922
|
+
},
|
|
61923
|
+
"out": {
|
|
61924
|
+
"steps": [
|
|
61925
|
+
{
|
|
61926
|
+
"op": "fromPercentage"
|
|
61927
|
+
}
|
|
61928
|
+
]
|
|
61929
|
+
}
|
|
61930
|
+
}
|
|
61931
|
+
}
|
|
61932
|
+
]
|
|
61826
61933
|
}
|
|
61827
|
-
]
|
|
61934
|
+
],
|
|
61935
|
+
"version": 2
|
|
61828
61936
|
}
|
|
61829
61937
|
}
|
|
61830
61938
|
}
|
|
@@ -61834,7 +61942,7 @@
|
|
|
61834
61942
|
"contents": {
|
|
61835
61943
|
"Swamp.mp3": "bafkreicrc5c6v6bihmkudw7ou5s6f72xnnih6w3jxp2qzydl5ymx4ozffi",
|
|
61836
61944
|
"ambient_sound.glb": "bafkreig6nk5bnvqdz2szic2tyirmwksd2giji5nk4fo22yyu5wbm2cvrry",
|
|
61837
|
-
"composite.json": "
|
|
61945
|
+
"composite.json": "bafkreienteutran2qdedrqjfylvoty2j7fv4nng6igktmahn7jr3vxjuyy",
|
|
61838
61946
|
"thumbnail.png": "bafkreicflxhv3t4iolfnrqtztnzmufd3nzsourqhlroo52srcjtrgktgzq"
|
|
61839
61947
|
}
|
|
61840
61948
|
},
|
|
@@ -61944,15 +62052,51 @@
|
|
|
61944
62052
|
"0": {
|
|
61945
62053
|
"json": {
|
|
61946
62054
|
"isBasicViewEnabled": true,
|
|
61947
|
-
"
|
|
61948
|
-
"
|
|
62055
|
+
"label": "Ambient Sound",
|
|
62056
|
+
"sections": [
|
|
61949
62057
|
{
|
|
61950
|
-
"
|
|
61951
|
-
"
|
|
61952
|
-
|
|
61953
|
-
|
|
62058
|
+
"id": "sound",
|
|
62059
|
+
"items": [
|
|
62060
|
+
{
|
|
62061
|
+
"component": "asset-packs::Actions",
|
|
62062
|
+
"widget": "FileUploadField",
|
|
62063
|
+
"label": "Sound Path",
|
|
62064
|
+
"path": "src",
|
|
62065
|
+
"basicViewId": "loop-sound"
|
|
62066
|
+
},
|
|
62067
|
+
{
|
|
62068
|
+
"component": "asset-packs::Actions",
|
|
62069
|
+
"widget": "RangeField",
|
|
62070
|
+
"label": "Volume",
|
|
62071
|
+
"path": "volume",
|
|
62072
|
+
"basicViewId": "loop-sound",
|
|
62073
|
+
"constraints": {
|
|
62074
|
+
"min": 0,
|
|
62075
|
+
"max": 1,
|
|
62076
|
+
"step": 0.01,
|
|
62077
|
+
"default": "1"
|
|
62078
|
+
},
|
|
62079
|
+
"transform": {
|
|
62080
|
+
"in": {
|
|
62081
|
+
"steps": [
|
|
62082
|
+
{
|
|
62083
|
+
"op": "toPercentage"
|
|
62084
|
+
}
|
|
62085
|
+
]
|
|
62086
|
+
},
|
|
62087
|
+
"out": {
|
|
62088
|
+
"steps": [
|
|
62089
|
+
{
|
|
62090
|
+
"op": "fromPercentage"
|
|
62091
|
+
}
|
|
62092
|
+
]
|
|
62093
|
+
}
|
|
62094
|
+
}
|
|
62095
|
+
}
|
|
62096
|
+
]
|
|
61954
62097
|
}
|
|
61955
|
-
]
|
|
62098
|
+
],
|
|
62099
|
+
"version": 2
|
|
61956
62100
|
}
|
|
61957
62101
|
}
|
|
61958
62102
|
}
|
|
@@ -61962,7 +62106,7 @@
|
|
|
61962
62106
|
"contents": {
|
|
61963
62107
|
"Factory.mp3": "bafkreibcetvcemf4ukfcswlfolszw4bycg2nz7ynsewhvavt6gocdcyyxu",
|
|
61964
62108
|
"ambient_sound.glb": "bafkreig6nk5bnvqdz2szic2tyirmwksd2giji5nk4fo22yyu5wbm2cvrry",
|
|
61965
|
-
"composite.json": "
|
|
62109
|
+
"composite.json": "bafkreie3jbrc44gau32snexddelbrcz46ei5tbu5bmjaprqxb5nvuz77ri",
|
|
61966
62110
|
"thumbnail.png": "bafkreicflxhv3t4iolfnrqtztnzmufd3nzsourqhlroo52srcjtrgktgzq"
|
|
61967
62111
|
}
|
|
61968
62112
|
},
|
|
@@ -62072,15 +62216,51 @@
|
|
|
62072
62216
|
"0": {
|
|
62073
62217
|
"json": {
|
|
62074
62218
|
"isBasicViewEnabled": true,
|
|
62075
|
-
"
|
|
62076
|
-
"
|
|
62219
|
+
"label": "Ambient Sound",
|
|
62220
|
+
"sections": [
|
|
62077
62221
|
{
|
|
62078
|
-
"
|
|
62079
|
-
"
|
|
62080
|
-
|
|
62081
|
-
|
|
62222
|
+
"id": "sound",
|
|
62223
|
+
"items": [
|
|
62224
|
+
{
|
|
62225
|
+
"component": "asset-packs::Actions",
|
|
62226
|
+
"widget": "FileUploadField",
|
|
62227
|
+
"label": "Sound Path",
|
|
62228
|
+
"path": "src",
|
|
62229
|
+
"basicViewId": "loop-sound"
|
|
62230
|
+
},
|
|
62231
|
+
{
|
|
62232
|
+
"component": "asset-packs::Actions",
|
|
62233
|
+
"widget": "RangeField",
|
|
62234
|
+
"label": "Volume",
|
|
62235
|
+
"path": "volume",
|
|
62236
|
+
"basicViewId": "loop-sound",
|
|
62237
|
+
"constraints": {
|
|
62238
|
+
"min": 0,
|
|
62239
|
+
"max": 1,
|
|
62240
|
+
"step": 0.01,
|
|
62241
|
+
"default": "1"
|
|
62242
|
+
},
|
|
62243
|
+
"transform": {
|
|
62244
|
+
"in": {
|
|
62245
|
+
"steps": [
|
|
62246
|
+
{
|
|
62247
|
+
"op": "toPercentage"
|
|
62248
|
+
}
|
|
62249
|
+
]
|
|
62250
|
+
},
|
|
62251
|
+
"out": {
|
|
62252
|
+
"steps": [
|
|
62253
|
+
{
|
|
62254
|
+
"op": "fromPercentage"
|
|
62255
|
+
}
|
|
62256
|
+
]
|
|
62257
|
+
}
|
|
62258
|
+
}
|
|
62259
|
+
}
|
|
62260
|
+
]
|
|
62082
62261
|
}
|
|
62083
|
-
]
|
|
62262
|
+
],
|
|
62263
|
+
"version": 2
|
|
62084
62264
|
}
|
|
62085
62265
|
}
|
|
62086
62266
|
}
|
|
@@ -62090,7 +62270,7 @@
|
|
|
62090
62270
|
"contents": {
|
|
62091
62271
|
"Town.mp3": "bafkreibdhdarvbcb4f64fnmpx5savczz4gojn5lalwh7slq27zqrswoiti",
|
|
62092
62272
|
"ambient_sound.glb": "bafkreig6nk5bnvqdz2szic2tyirmwksd2giji5nk4fo22yyu5wbm2cvrry",
|
|
62093
|
-
"composite.json": "
|
|
62273
|
+
"composite.json": "bafkreie5bcumwefrgezpluaxyfz7gggu3ks6qqfgcehtxkxmr7rhshez7u",
|
|
62094
62274
|
"thumbnail.png": "bafkreicflxhv3t4iolfnrqtztnzmufd3nzsourqhlroo52srcjtrgktgzq"
|
|
62095
62275
|
}
|
|
62096
62276
|
},
|
|
@@ -82443,101 +82623,21 @@
|
|
|
82443
82623
|
"0": {
|
|
82444
82624
|
"json": {
|
|
82445
82625
|
"isBasicViewEnabled": true,
|
|
82446
|
-
"
|
|
82447
|
-
"
|
|
82448
|
-
"sections": [
|
|
82626
|
+
"componentName": "Vertical Platform",
|
|
82627
|
+
"fields": [
|
|
82449
82628
|
{
|
|
82450
|
-
"
|
|
82451
|
-
"
|
|
82452
|
-
{
|
|
82453
|
-
"component": "core::Tween",
|
|
82454
|
-
"widget": "RangeField",
|
|
82455
|
-
"label": "Height",
|
|
82456
|
-
"path": "mode.move.end.y",
|
|
82457
|
-
"constraints": {
|
|
82458
|
-
"step": 0.1
|
|
82459
|
-
},
|
|
82460
|
-
"transform": {
|
|
82461
|
-
"in": {
|
|
82462
|
-
"steps": [
|
|
82463
|
-
{
|
|
82464
|
-
"op": "toNumber"
|
|
82465
|
-
},
|
|
82466
|
-
{
|
|
82467
|
-
"op": "toFixed"
|
|
82468
|
-
}
|
|
82469
|
-
]
|
|
82470
|
-
},
|
|
82471
|
-
"out": {
|
|
82472
|
-
"steps": [
|
|
82473
|
-
{
|
|
82474
|
-
"op": "toNumber"
|
|
82475
|
-
}
|
|
82476
|
-
]
|
|
82477
|
-
}
|
|
82478
|
-
}
|
|
82479
|
-
},
|
|
82480
|
-
{
|
|
82481
|
-
"component": "core::Tween",
|
|
82482
|
-
"widget": "RangeField",
|
|
82483
|
-
"label": "Duration",
|
|
82484
|
-
"path": "duration",
|
|
82485
|
-
"constraints": {
|
|
82486
|
-
"step": 1
|
|
82487
|
-
},
|
|
82488
|
-
"transform": {
|
|
82489
|
-
"in": {
|
|
82490
|
-
"steps": [
|
|
82491
|
-
{
|
|
82492
|
-
"op": "millisecondsToSeconds"
|
|
82493
|
-
}
|
|
82494
|
-
]
|
|
82495
|
-
},
|
|
82496
|
-
"out": {
|
|
82497
|
-
"steps": [
|
|
82498
|
-
{
|
|
82499
|
-
"op": "secondsToMilliseconds"
|
|
82500
|
-
}
|
|
82501
|
-
]
|
|
82502
|
-
}
|
|
82503
|
-
}
|
|
82504
|
-
}
|
|
82505
|
-
]
|
|
82629
|
+
"name": "Tween",
|
|
82630
|
+
"type": "core::Tween"
|
|
82506
82631
|
},
|
|
82507
82632
|
{
|
|
82508
|
-
"
|
|
82509
|
-
"
|
|
82510
|
-
|
|
82511
|
-
"component": "core::Tween",
|
|
82512
|
-
"widget": "CheckboxField",
|
|
82513
|
-
"label": "Auto Start",
|
|
82514
|
-
"path": "playing"
|
|
82515
|
-
},
|
|
82516
|
-
{
|
|
82517
|
-
"component": "core::TweenSequence",
|
|
82518
|
-
"widget": "CheckboxField",
|
|
82519
|
-
"label": "Loop",
|
|
82520
|
-
"path": "loop"
|
|
82521
|
-
}
|
|
82522
|
-
],
|
|
82523
|
-
"columns": 2
|
|
82633
|
+
"name": "When End Reached",
|
|
82634
|
+
"type": "asset-packs::Triggers",
|
|
82635
|
+
"basicViewId": "trigger-when-end-reached"
|
|
82524
82636
|
},
|
|
82525
82637
|
{
|
|
82526
|
-
"
|
|
82527
|
-
"
|
|
82528
|
-
|
|
82529
|
-
"component": "asset-packs::Triggers",
|
|
82530
|
-
"widget": "TriggerSection",
|
|
82531
|
-
"label": "When End Reached",
|
|
82532
|
-
"basicViewId": "trigger-when-end-reached"
|
|
82533
|
-
},
|
|
82534
|
-
{
|
|
82535
|
-
"component": "asset-packs::Triggers",
|
|
82536
|
-
"widget": "TriggerSection",
|
|
82537
|
-
"label": "When Start Reached",
|
|
82538
|
-
"basicViewId": "trigger-when-start-reached"
|
|
82539
|
-
}
|
|
82540
|
-
]
|
|
82638
|
+
"name": "When Start Reached",
|
|
82639
|
+
"type": "asset-packs::Triggers",
|
|
82640
|
+
"basicViewId": "trigger-when-start-reached"
|
|
82541
82641
|
}
|
|
82542
82642
|
]
|
|
82543
82643
|
}
|
|
@@ -82547,7 +82647,7 @@
|
|
|
82547
82647
|
]
|
|
82548
82648
|
},
|
|
82549
82649
|
"contents": {
|
|
82550
|
-
"composite.json": "
|
|
82650
|
+
"composite.json": "bafkreid2gcnn4tg3eylm27mb47plullmyxnrmwpqey46rlgiuagevthqjy",
|
|
82551
82651
|
"thumbnail.png": "bafkreierpuirre33mkf5bminncrtkxfi3skaxwjpzxbblkcj2xegub4bx4",
|
|
82552
82652
|
"vertical_platform_genesis.glb": "bafkreiho72etxlaj53wuqjglkip52d5fyrhtf55nhsjb4e2mfhcfaxeox4"
|
|
82553
82653
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/asset-packs",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.9-20250902173455.commit-5072879",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/definitions.js",
|
|
6
6
|
"typings": "dist/definitions.d.ts",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"semi": false,
|
|
66
66
|
"printWidth": 80
|
|
67
67
|
},
|
|
68
|
-
"commit": "
|
|
68
|
+
"commit": "507287907644d377eea9a06fd1652f0d3bb7fc33"
|
|
69
69
|
}
|