@dcl/asset-packs 2.2.2-20250331213421.commit-fd9f596 → 2.2.2-20250410180249.commit-c39fb7a

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 (2) hide show
  1. package/catalog.json +132 -1
  2. package/package.json +2 -2
package/catalog.json CHANGED
@@ -71233,7 +71233,7 @@
71233
71233
  {
71234
71234
  "id": "0bc5bfff-e355-4258-9c11-c04f2cbe4f99",
71235
71235
  "name": "Rising Pillar Temple",
71236
- "category": "custom",
71236
+ "category": "pillars",
71237
71237
  "tags": [],
71238
71238
  "composite": {
71239
71239
  "version": 1,
@@ -72497,6 +72497,137 @@
72497
72497
  "thumbnail.png": "bafkreic57ln63q4dbw6deb66cd5h7qxmq3xhp3psvha3kd5xxsam4ank5m"
72498
72498
  }
72499
72499
  },
72500
+ {
72501
+ "id": "a98f25d6-6997-421a-acd3-c144098a91f0",
72502
+ "name": "Sign Neon Arrow",
72503
+ "category": "Text",
72504
+ "tags": [
72505
+ "Sign",
72506
+ "Neon",
72507
+ "Arrow"
72508
+ ],
72509
+ "composite": {
72510
+ "version": 1,
72511
+ "components": [
72512
+ {
72513
+ "name": "core::Transform",
72514
+ "data": {
72515
+ "513": {
72516
+ "json": {
72517
+ "position": {
72518
+ "x": 0.21539974212646484,
72519
+ "y": 0.43155980110168457,
72520
+ "z": 0.052764892578125
72521
+ },
72522
+ "rotation": {
72523
+ "x": 0,
72524
+ "y": 1,
72525
+ "z": 0,
72526
+ "w": 6.123234924670329e-17
72527
+ },
72528
+ "scale": {
72529
+ "x": 0.3499518036842346,
72530
+ "y": 0.3499518036842346,
72531
+ "z": 0.3499518036842346
72532
+ },
72533
+ "parent": 0
72534
+ }
72535
+ }
72536
+ }
72537
+ },
72538
+ {
72539
+ "name": "core::Animator",
72540
+ "data": {
72541
+ "0": {
72542
+ "json": {
72543
+ "states": []
72544
+ }
72545
+ },
72546
+ "513": {
72547
+ "json": {
72548
+ "states": []
72549
+ }
72550
+ }
72551
+ }
72552
+ },
72553
+ {
72554
+ "name": "core-schema::Name",
72555
+ "data": {
72556
+ "0": {
72557
+ "json": {
72558
+ "value": "Sign Neon Arrow"
72559
+ }
72560
+ },
72561
+ "513": {
72562
+ "json": {
72563
+ "value": "Text"
72564
+ }
72565
+ }
72566
+ }
72567
+ },
72568
+ {
72569
+ "name": "core-schema::Sync-Components",
72570
+ "data": {
72571
+ "513": {
72572
+ "json": {
72573
+ "componentIds": [
72574
+ "core::TextShape"
72575
+ ]
72576
+ }
72577
+ }
72578
+ }
72579
+ },
72580
+ {
72581
+ "name": "core::TextShape",
72582
+ "data": {
72583
+ "513": {
72584
+ "json": {
72585
+ "text": "Your Text here",
72586
+ "font": 2,
72587
+ "fontSize": 3,
72588
+ "fontAutoSize": false,
72589
+ "textAlign": 4,
72590
+ "paddingTop": 0,
72591
+ "paddingRight": 0,
72592
+ "paddingBottom": 0,
72593
+ "paddingLeft": 0,
72594
+ "lineSpacing": 0,
72595
+ "outlineWidth": 0,
72596
+ "outlineColor": {
72597
+ "r": 1,
72598
+ "g": 1,
72599
+ "b": 1
72600
+ },
72601
+ "textColor": {
72602
+ "r": 0.7607843137254902,
72603
+ "g": 1,
72604
+ "b": 0.9725490196078431,
72605
+ "a": 1
72606
+ }
72607
+ }
72608
+ }
72609
+ }
72610
+ },
72611
+ {
72612
+ "name": "core::GltfContainer",
72613
+ "data": {
72614
+ "0": {
72615
+ "json": {
72616
+ "src": "{assetPath}/sign_arrow.glb",
72617
+ "visibleMeshesCollisionMask": 1,
72618
+ "invisibleMeshesCollisionMask": 2
72619
+ }
72620
+ }
72621
+ }
72622
+ }
72623
+ ]
72624
+ },
72625
+ "contents": {
72626
+ "composite.json": "bafkreia366sh4bcclriv7scc34ibtycxmux2mi66eq3yhb6mr3p3r36r54",
72627
+ "sign_arrow.glb": "bafkreigl2yupac6cf3y2f3lod3q7bgynzplzl3yrlzkzl5yqdpf72qyz7q",
72628
+ "thumbnail.png": "bafkreigbjgvnz2mmaeirrw6ichmzm7ofcm3hfcstaxxtmy3zgvtjfxnr2q"
72629
+ }
72630
+ },
72500
72631
  {
72501
72632
  "id": "235eaa40-bccc-4eff-a43f-5229b588f3fc",
72502
72633
  "name": "Siren",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/asset-packs",
3
- "version": "2.2.2-20250331213421.commit-fd9f596",
3
+ "version": "2.2.2-20250410180249.commit-c39fb7a",
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": "fd9f5963e567c21cef317c09e6759d0eb9562e12"
68
+ "commit": "c39fb7ac0f67eb0e5c528f8f765ead37bf2aab0d"
69
69
  }