@dcl/asset-packs 2.2.2-20250414180357.commit-c60041a → 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 +310 -0
- package/package.json +2 -2
package/catalog.json
CHANGED
|
@@ -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",
|
|
@@ -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
|
}
|