@dcl/asset-packs 2.5.12-20251007135800.commit-897a018 → 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.
- package/catalog.json +47 -2
- package/package.json +2 -2
package/catalog.json
CHANGED
|
@@ -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": "
|
|
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.12-
|
|
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": "
|
|
68
|
+
"commit": "248552c7b7c17f5df6ae16a7b16ef30fb703e366"
|
|
69
69
|
}
|