@dcl/asset-packs 2.2.2-20250414180134.commit-ce28afe → 2.2.2-20250414201438.commit-a3bd971
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 +319 -9
- package/package.json +2 -2
package/catalog.json
CHANGED
|
@@ -62000,7 +62000,7 @@
|
|
|
62000
62000
|
{
|
|
62001
62001
|
"id": "1b0ea1b1-9672-4853-8aa1-5405473747d9",
|
|
62002
62002
|
"name": "Audio Stream",
|
|
62003
|
-
"category": "
|
|
62003
|
+
"category": "media",
|
|
62004
62004
|
"tags": [
|
|
62005
62005
|
"audio",
|
|
62006
62006
|
"stream"
|
|
@@ -65268,6 +65268,161 @@
|
|
|
65268
65268
|
"thumbnail.png": "bafkreifyrbecwfobpmp3ozftkspeaynoinjkhld4cbgyksfpkkn467cybq"
|
|
65269
65269
|
}
|
|
65270
65270
|
},
|
|
65271
|
+
{
|
|
65272
|
+
"id": "305e4602-6d02-4b60-b029-5356d1ab684c",
|
|
65273
|
+
"name": "Game Over",
|
|
65274
|
+
"category": "game mechanics",
|
|
65275
|
+
"tags": [
|
|
65276
|
+
"game mechanics",
|
|
65277
|
+
"defeat",
|
|
65278
|
+
"loss"
|
|
65279
|
+
],
|
|
65280
|
+
"composite": {
|
|
65281
|
+
"version": 1,
|
|
65282
|
+
"components": [
|
|
65283
|
+
{
|
|
65284
|
+
"name": "core::Animator",
|
|
65285
|
+
"data": {
|
|
65286
|
+
"0": {
|
|
65287
|
+
"json": {
|
|
65288
|
+
"states": [
|
|
65289
|
+
{
|
|
65290
|
+
"clip": "Idle",
|
|
65291
|
+
"playing": false,
|
|
65292
|
+
"weight": 1,
|
|
65293
|
+
"speed": 1,
|
|
65294
|
+
"loop": true,
|
|
65295
|
+
"shouldReset": false
|
|
65296
|
+
},
|
|
65297
|
+
{
|
|
65298
|
+
"clip": "Play",
|
|
65299
|
+
"playing": false,
|
|
65300
|
+
"weight": 1,
|
|
65301
|
+
"speed": 1,
|
|
65302
|
+
"loop": false,
|
|
65303
|
+
"shouldReset": false
|
|
65304
|
+
}
|
|
65305
|
+
]
|
|
65306
|
+
}
|
|
65307
|
+
}
|
|
65308
|
+
}
|
|
65309
|
+
},
|
|
65310
|
+
{
|
|
65311
|
+
"name": "core::GltfContainer",
|
|
65312
|
+
"data": {
|
|
65313
|
+
"0": {
|
|
65314
|
+
"json": {
|
|
65315
|
+
"src": "{assetPath}/gameover2.glb",
|
|
65316
|
+
"visibleMeshesCollisionMask": 0,
|
|
65317
|
+
"invisibleMeshesCollisionMask": 0
|
|
65318
|
+
}
|
|
65319
|
+
}
|
|
65320
|
+
}
|
|
65321
|
+
},
|
|
65322
|
+
{
|
|
65323
|
+
"name": "core-schema::Name",
|
|
65324
|
+
"data": {
|
|
65325
|
+
"0": {
|
|
65326
|
+
"json": {
|
|
65327
|
+
"value": "GameOver"
|
|
65328
|
+
}
|
|
65329
|
+
}
|
|
65330
|
+
}
|
|
65331
|
+
},
|
|
65332
|
+
{
|
|
65333
|
+
"name": "core-schema::Sync-Components",
|
|
65334
|
+
"data": {
|
|
65335
|
+
"0": {
|
|
65336
|
+
"json": {
|
|
65337
|
+
"componentIds": [
|
|
65338
|
+
"core::Animator",
|
|
65339
|
+
"core::VisibilityComponent",
|
|
65340
|
+
"core::AudioSource"
|
|
65341
|
+
]
|
|
65342
|
+
}
|
|
65343
|
+
}
|
|
65344
|
+
}
|
|
65345
|
+
},
|
|
65346
|
+
{
|
|
65347
|
+
"name": "core::VisibilityComponent",
|
|
65348
|
+
"data": {
|
|
65349
|
+
"0": {
|
|
65350
|
+
"json": {
|
|
65351
|
+
"visible": false
|
|
65352
|
+
}
|
|
65353
|
+
}
|
|
65354
|
+
}
|
|
65355
|
+
},
|
|
65356
|
+
{
|
|
65357
|
+
"name": "asset-packs::Actions",
|
|
65358
|
+
"data": {
|
|
65359
|
+
"0": {
|
|
65360
|
+
"json": {
|
|
65361
|
+
"id": "{self}",
|
|
65362
|
+
"value": [
|
|
65363
|
+
{
|
|
65364
|
+
"name": "Play anim",
|
|
65365
|
+
"type": "play_animation",
|
|
65366
|
+
"jsonPayload": "{\"animation\":\"Play\",\"loop\":true}"
|
|
65367
|
+
},
|
|
65368
|
+
{
|
|
65369
|
+
"name": "Reset",
|
|
65370
|
+
"type": "stop_animation",
|
|
65371
|
+
"jsonPayload": "{}"
|
|
65372
|
+
},
|
|
65373
|
+
{
|
|
65374
|
+
"name": "Show",
|
|
65375
|
+
"type": "set_visibility",
|
|
65376
|
+
"jsonPayload": "{\"visible\":true,\"collider\":0}"
|
|
65377
|
+
},
|
|
65378
|
+
{
|
|
65379
|
+
"name": "Hide",
|
|
65380
|
+
"type": "set_visibility",
|
|
65381
|
+
"jsonPayload": "{\"visible\":false,\"collider\":0}",
|
|
65382
|
+
"allowedInBasicView": true
|
|
65383
|
+
},
|
|
65384
|
+
{
|
|
65385
|
+
"name": "Delay hide",
|
|
65386
|
+
"type": "start_delay",
|
|
65387
|
+
"jsonPayload": "{\"actions\":[\"Hide\"],\"timeout\":1.1}"
|
|
65388
|
+
},
|
|
65389
|
+
{
|
|
65390
|
+
"name": "Pop Up",
|
|
65391
|
+
"type": "batch",
|
|
65392
|
+
"jsonPayload": "{\"actions\":[\"Play anim\",\"Show\",\"Sound\"]}",
|
|
65393
|
+
"allowedInBasicView": true
|
|
65394
|
+
},
|
|
65395
|
+
{
|
|
65396
|
+
"name": "Sound",
|
|
65397
|
+
"type": "play_sound",
|
|
65398
|
+
"jsonPayload": "{\"src\":\"{assetPath}/gameover.mp3\"}"
|
|
65399
|
+
}
|
|
65400
|
+
]
|
|
65401
|
+
}
|
|
65402
|
+
}
|
|
65403
|
+
}
|
|
65404
|
+
},
|
|
65405
|
+
{
|
|
65406
|
+
"name": "inspector::Config",
|
|
65407
|
+
"data": {
|
|
65408
|
+
"0": {
|
|
65409
|
+
"json": {
|
|
65410
|
+
"isBasicViewEnabled": true,
|
|
65411
|
+
"componentName": "Game Over",
|
|
65412
|
+
"fields": []
|
|
65413
|
+
}
|
|
65414
|
+
}
|
|
65415
|
+
}
|
|
65416
|
+
}
|
|
65417
|
+
]
|
|
65418
|
+
},
|
|
65419
|
+
"contents": {
|
|
65420
|
+
"composite.json": "bafkreibtf7wamb2jtd7l37svvihczj5fbahszbayw56o6rx7qneu5xhzuq",
|
|
65421
|
+
"gameover.mp3": "bafkreiddpbqdki2qkenqe4dfxk7gnx7tumuklyj5g2iar3nghkjyypobuq",
|
|
65422
|
+
"gameover2.glb": "bafkreiglh62p7huivwqc7tdcilflrvzou73i6zylzllhtrudfz53kvujsy",
|
|
65423
|
+
"thumbnail.png": "bafkreiczc3tvtnagq2smwalx4ppk4c7lstibb6lma5spuvlsiyq7hxelke"
|
|
65424
|
+
}
|
|
65425
|
+
},
|
|
65271
65426
|
{
|
|
65272
65427
|
"id": "76d3a347-02b1-4c74-bbf3-7787ede6a3b1",
|
|
65273
65428
|
"name": "Green Button",
|
|
@@ -67721,7 +67876,7 @@
|
|
|
67721
67876
|
{
|
|
67722
67877
|
"id": "37460a1e-affc-4f87-b725-118cc11d86fc",
|
|
67723
67878
|
"name": "Image",
|
|
67724
|
-
"category": "
|
|
67879
|
+
"category": "media",
|
|
67725
67880
|
"tags": [],
|
|
67726
67881
|
"composite": {
|
|
67727
67882
|
"version": 1,
|
|
@@ -67871,7 +68026,7 @@
|
|
|
67871
68026
|
{
|
|
67872
68027
|
"id": "b853061a-bf5a-4d76-b7f1-92ed9ea4a8bf",
|
|
67873
68028
|
"name": "Invisible Cylinder",
|
|
67874
|
-
"category": "
|
|
68029
|
+
"category": "primitives",
|
|
67875
68030
|
"tags": [
|
|
67876
68031
|
"invisible",
|
|
67877
68032
|
"wall",
|
|
@@ -67928,7 +68083,7 @@
|
|
|
67928
68083
|
{
|
|
67929
68084
|
"id": "27de7a4b-c63b-4c88-b521-e60a321abbb7",
|
|
67930
68085
|
"name": "Invisible Dome",
|
|
67931
|
-
"category": "
|
|
68086
|
+
"category": "primitives",
|
|
67932
68087
|
"tags": [
|
|
67933
68088
|
"invisible",
|
|
67934
68089
|
"wall",
|
|
@@ -67987,7 +68142,7 @@
|
|
|
67987
68142
|
{
|
|
67988
68143
|
"id": "a72de884-e275-490d-b1bb-7f7eaca4777f",
|
|
67989
68144
|
"name": "Invisible Ramp",
|
|
67990
|
-
"category": "
|
|
68145
|
+
"category": "primitives",
|
|
67991
68146
|
"tags": [
|
|
67992
68147
|
"invisible",
|
|
67993
68148
|
"wall",
|
|
@@ -68042,7 +68197,7 @@
|
|
|
68042
68197
|
{
|
|
68043
68198
|
"id": "e64d56c0-9d68-4292-abae-1df6b239dd9f",
|
|
68044
68199
|
"name": "Invisible Sphere",
|
|
68045
|
-
"category": "
|
|
68200
|
+
"category": "primitives",
|
|
68046
68201
|
"tags": [
|
|
68047
68202
|
"invisible",
|
|
68048
68203
|
"wall",
|
|
@@ -68100,7 +68255,7 @@
|
|
|
68100
68255
|
{
|
|
68101
68256
|
"id": "6ff6b3aa-083a-4e8c-bdd8-b4d64e1f2db1",
|
|
68102
68257
|
"name": "Invisible Wall",
|
|
68103
|
-
"category": "
|
|
68258
|
+
"category": "primitives",
|
|
68104
68259
|
"tags": [
|
|
68105
68260
|
"invisible",
|
|
68106
68261
|
"wall",
|
|
@@ -69116,7 +69271,7 @@
|
|
|
69116
69271
|
{
|
|
69117
69272
|
"id": "dbffd66a-8c1f-4b34-bed4-c71ab5cb4024",
|
|
69118
69273
|
"name": "NFT",
|
|
69119
|
-
"category": "
|
|
69274
|
+
"category": "media",
|
|
69120
69275
|
"tags": [
|
|
69121
69276
|
"nft"
|
|
69122
69277
|
],
|
|
@@ -80538,7 +80693,7 @@
|
|
|
80538
80693
|
{
|
|
80539
80694
|
"id": "dc5ec17b-aa1a-4bd0-bace-7d615d9bdc70",
|
|
80540
80695
|
"name": "Video Player",
|
|
80541
|
-
"category": "
|
|
80696
|
+
"category": "media",
|
|
80542
80697
|
"tags": [
|
|
80543
80698
|
"video"
|
|
80544
80699
|
],
|
|
@@ -81667,6 +81822,161 @@
|
|
|
81667
81822
|
"thumbnail.png": "bafkreige2oqnfufs6qiutsvyqjm77jh6xspxauxvlhwjzigyypgctgvgpe",
|
|
81668
81823
|
"yellow_fantasy_button.glb": "bafkreie5rdml4unvlig4atm2pjtlatcauasbomjq2odw7rbiudsqfdfgfm"
|
|
81669
81824
|
}
|
|
81825
|
+
},
|
|
81826
|
+
{
|
|
81827
|
+
"id": "df06cace-c363-4a08-acdb-72abd2138696",
|
|
81828
|
+
"name": "You Win",
|
|
81829
|
+
"category": "game mechanics",
|
|
81830
|
+
"tags": [
|
|
81831
|
+
"game mechanics",
|
|
81832
|
+
"victory",
|
|
81833
|
+
"celebration"
|
|
81834
|
+
],
|
|
81835
|
+
"composite": {
|
|
81836
|
+
"version": 1,
|
|
81837
|
+
"components": [
|
|
81838
|
+
{
|
|
81839
|
+
"name": "core::Animator",
|
|
81840
|
+
"data": {
|
|
81841
|
+
"0": {
|
|
81842
|
+
"json": {
|
|
81843
|
+
"states": [
|
|
81844
|
+
{
|
|
81845
|
+
"clip": "Idle",
|
|
81846
|
+
"playing": false,
|
|
81847
|
+
"weight": 1,
|
|
81848
|
+
"speed": 1,
|
|
81849
|
+
"loop": true,
|
|
81850
|
+
"shouldReset": false
|
|
81851
|
+
},
|
|
81852
|
+
{
|
|
81853
|
+
"clip": "Play",
|
|
81854
|
+
"playing": false,
|
|
81855
|
+
"weight": 1,
|
|
81856
|
+
"speed": 1,
|
|
81857
|
+
"loop": false,
|
|
81858
|
+
"shouldReset": false
|
|
81859
|
+
}
|
|
81860
|
+
]
|
|
81861
|
+
}
|
|
81862
|
+
}
|
|
81863
|
+
}
|
|
81864
|
+
},
|
|
81865
|
+
{
|
|
81866
|
+
"name": "core::GltfContainer",
|
|
81867
|
+
"data": {
|
|
81868
|
+
"0": {
|
|
81869
|
+
"json": {
|
|
81870
|
+
"src": "{assetPath}/win3.glb",
|
|
81871
|
+
"visibleMeshesCollisionMask": 0,
|
|
81872
|
+
"invisibleMeshesCollisionMask": 0
|
|
81873
|
+
}
|
|
81874
|
+
}
|
|
81875
|
+
}
|
|
81876
|
+
},
|
|
81877
|
+
{
|
|
81878
|
+
"name": "core-schema::Name",
|
|
81879
|
+
"data": {
|
|
81880
|
+
"0": {
|
|
81881
|
+
"json": {
|
|
81882
|
+
"value": "YouWin"
|
|
81883
|
+
}
|
|
81884
|
+
}
|
|
81885
|
+
}
|
|
81886
|
+
},
|
|
81887
|
+
{
|
|
81888
|
+
"name": "core-schema::Sync-Components",
|
|
81889
|
+
"data": {
|
|
81890
|
+
"0": {
|
|
81891
|
+
"json": {
|
|
81892
|
+
"componentIds": [
|
|
81893
|
+
"core::Animator",
|
|
81894
|
+
"core::VisibilityComponent",
|
|
81895
|
+
"core::AudioSource"
|
|
81896
|
+
]
|
|
81897
|
+
}
|
|
81898
|
+
}
|
|
81899
|
+
}
|
|
81900
|
+
},
|
|
81901
|
+
{
|
|
81902
|
+
"name": "core::VisibilityComponent",
|
|
81903
|
+
"data": {
|
|
81904
|
+
"0": {
|
|
81905
|
+
"json": {
|
|
81906
|
+
"visible": false
|
|
81907
|
+
}
|
|
81908
|
+
}
|
|
81909
|
+
}
|
|
81910
|
+
},
|
|
81911
|
+
{
|
|
81912
|
+
"name": "asset-packs::Actions",
|
|
81913
|
+
"data": {
|
|
81914
|
+
"0": {
|
|
81915
|
+
"json": {
|
|
81916
|
+
"id": "{self}",
|
|
81917
|
+
"value": [
|
|
81918
|
+
{
|
|
81919
|
+
"name": "Play anim",
|
|
81920
|
+
"type": "play_animation",
|
|
81921
|
+
"jsonPayload": "{\"animation\":\"Play\",\"loop\":true}"
|
|
81922
|
+
},
|
|
81923
|
+
{
|
|
81924
|
+
"name": "Reset",
|
|
81925
|
+
"type": "stop_animation",
|
|
81926
|
+
"jsonPayload": "{}"
|
|
81927
|
+
},
|
|
81928
|
+
{
|
|
81929
|
+
"name": "Show",
|
|
81930
|
+
"type": "set_visibility",
|
|
81931
|
+
"jsonPayload": "{\"visible\":true,\"collider\":0}"
|
|
81932
|
+
},
|
|
81933
|
+
{
|
|
81934
|
+
"name": "Hide",
|
|
81935
|
+
"type": "set_visibility",
|
|
81936
|
+
"jsonPayload": "{\"visible\":false,\"collider\":0}",
|
|
81937
|
+
"allowedInBasicView": true
|
|
81938
|
+
},
|
|
81939
|
+
{
|
|
81940
|
+
"name": "Delay hide",
|
|
81941
|
+
"type": "start_delay",
|
|
81942
|
+
"jsonPayload": "{\"actions\":[\"Hide\"],\"timeout\":1.1}"
|
|
81943
|
+
},
|
|
81944
|
+
{
|
|
81945
|
+
"name": "Pop Up",
|
|
81946
|
+
"type": "batch",
|
|
81947
|
+
"jsonPayload": "{\"actions\":[\"Play anim\",\"Show\",\"Sound\"]}",
|
|
81948
|
+
"allowedInBasicView": true
|
|
81949
|
+
},
|
|
81950
|
+
{
|
|
81951
|
+
"name": "Sound",
|
|
81952
|
+
"type": "play_sound",
|
|
81953
|
+
"jsonPayload": "{\"src\":\"{assetPath}/wingame.mp3\"}"
|
|
81954
|
+
}
|
|
81955
|
+
]
|
|
81956
|
+
}
|
|
81957
|
+
}
|
|
81958
|
+
}
|
|
81959
|
+
},
|
|
81960
|
+
{
|
|
81961
|
+
"name": "inspector::Config",
|
|
81962
|
+
"data": {
|
|
81963
|
+
"0": {
|
|
81964
|
+
"json": {
|
|
81965
|
+
"isBasicViewEnabled": true,
|
|
81966
|
+
"componentName": "You Win",
|
|
81967
|
+
"fields": []
|
|
81968
|
+
}
|
|
81969
|
+
}
|
|
81970
|
+
}
|
|
81971
|
+
}
|
|
81972
|
+
]
|
|
81973
|
+
},
|
|
81974
|
+
"contents": {
|
|
81975
|
+
"composite.json": "bafkreig3ljef7e2uxbh54eq5l32isgbuhbc47cdcautd5ibiaqmhnojzwa",
|
|
81976
|
+
"thumbnail.png": "bafkreifw2yk5oyqwix7a3kfhoc7il6lvaabw7xpzwxhrb6ylj76thcxwou",
|
|
81977
|
+
"win3.glb": "bafkreihahkikgftbhb55jgxmjnrlu3jesyxmr4j4k443ptkfxsl747vip4",
|
|
81978
|
+
"wingame.mp3": "bafkreifboogkwotg3qz4hyssbvruy5murtsjxrv5vbrhi6n66y6772waci"
|
|
81979
|
+
}
|
|
81670
81980
|
}
|
|
81671
81981
|
]
|
|
81672
81982
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/asset-packs",
|
|
3
|
-
"version": "2.2.2-
|
|
3
|
+
"version": "2.2.2-20250414201438.commit-a3bd971",
|
|
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": "a3bd971872def33d494c04607a13a565b8a344b5"
|
|
69
69
|
}
|