@dcl/asset-packs 2.5.11 → 2.5.12-20251007135913.commit-248552c

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 +49 -4
  2. package/package.json +2 -2
package/catalog.json CHANGED
@@ -71861,7 +71861,7 @@
71861
71861
  }
71862
71862
  ],
71863
71863
  "helpTooltip": {
71864
- "text": "Upload an image file to use as a texture for this entity."
71864
+ "text": "Upload a .png or .jpg image file, or paste a URL to use as a texture on this item."
71865
71865
  },
71866
71866
  "version": 2
71867
71867
  }
@@ -71871,7 +71871,7 @@
71871
71871
  ]
71872
71872
  },
71873
71873
  "contents": {
71874
- "composite.json": "bafkreib2cgb3fktdeqhpiyyj5bf24urxcsqw5hc3ipsugadmms5zrxv4li",
71874
+ "composite.json": "bafkreigtyzuy4x7wgg6w3fxv5aalzbdlxix6sfmoeenq2m72actaxplm34",
71875
71875
  "thumbnail.png": "bafkreiay3tdv5e3vozsj76faljilymmbxxuhfzryhrbojv2zdc7smyoqym"
71876
71876
  }
71877
71877
  },
@@ -82603,7 +82603,9 @@
82603
82603
  {
82604
82604
  "name": "Teleport",
82605
82605
  "type": "teleport_player",
82606
- "jsonPayload": "{ \"x\": 0, \"y\": 0 }"
82606
+ "jsonPayload": "{ \"x\": 0, \"y\": 0 }",
82607
+ "basicViewId": "teleport-player",
82608
+ "allowedInBasicView": true
82607
82609
  }
82608
82610
  ]
82609
82611
  }
@@ -82629,11 +82631,54 @@
82629
82631
  }
82630
82632
  }
82631
82633
  }
82634
+ },
82635
+ {
82636
+ "name": "core::PointerEvents",
82637
+ "data": {
82638
+ "0": {
82639
+ "json": {
82640
+ "pointerEvents": [
82641
+ {
82642
+ "eventType": 1,
82643
+ "eventInfo": {
82644
+ "button": 1,
82645
+ "hoverText": "Teleport",
82646
+ "maxDistance": 10,
82647
+ "showFeedback": true
82648
+ }
82649
+ }
82650
+ ]
82651
+ }
82652
+ }
82653
+ }
82654
+ },
82655
+ {
82656
+ "name": "inspector::Config",
82657
+ "data": {
82658
+ "0": {
82659
+ "json": {
82660
+ "isBasicViewEnabled": true,
82661
+ "componentName": "Scene Teleport",
82662
+ "fields": [
82663
+ {
82664
+ "name": "Coordinates",
82665
+ "type": "asset-packs::Actions",
82666
+ "basicViewId": "teleport-player",
82667
+ "layout": "{\"x\": { \"field\": \"TextField\", \"type\": \"number\", \"label\": \"Scene X\" }, \"y\": { \"field\": \"TextField\", \"type\": \"number\", \"label\": \"Scene Y\" } }"
82668
+ },
82669
+ {
82670
+ "name": "Hover Text",
82671
+ "type": "core::PointerEvents"
82672
+ }
82673
+ ]
82674
+ }
82675
+ }
82676
+ }
82632
82677
  }
82633
82678
  ]
82634
82679
  },
82635
82680
  "contents": {
82636
- "composite.json": "bafkreig4r7nfr3ypadua7q7pxcsxnechp2hgielgtnmxuec6qa4bk7hfom",
82681
+ "composite.json": "bafkreiei2umbciqji4pxmziaydik32f75v6ires2vwje57leenrtstshum",
82637
82682
  "teleport.glb": "bafkreibvpocch7j6n3xemoopx4ktpkk44ov6umj4vyvwhkljysqfr3ufzi",
82638
82683
  "thumbnail.png": "bafkreieqt3tzo25pvxq4hcwiv37nbshmtjfjj77xl4a4hxsuga5kcs77ue"
82639
82684
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/asset-packs",
3
- "version": "2.5.11",
3
+ "version": "2.5.12-20251007135913.commit-248552c",
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": "4a6ea712307c6bff19a9b6fba14fb4544b899bfd"
68
+ "commit": "248552c7b7c17f5df6ae16a7b16ef30fb703e366"
69
69
  }