@dcl/asset-packs 2.1.3-20250214043312.commit-8eb13dc → 2.1.3-20250224224258.commit-d9446ca

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 +48 -7
  2. package/package.json +2 -2
package/catalog.json CHANGED
@@ -60925,6 +60925,23 @@
60925
60925
  }
60926
60926
  }
60927
60927
  },
60928
+ {
60929
+ "name": "inspector::Config",
60930
+ "data": {
60931
+ "0": {
60932
+ "json": {
60933
+ "isBasicViewEnabled": true,
60934
+ "componentName": "Admin Tools",
60935
+ "fields": [
60936
+ {
60937
+ "name": "Controls",
60938
+ "type": "asset-packs::AdminTools"
60939
+ }
60940
+ ]
60941
+ }
60942
+ }
60943
+ }
60944
+ },
60928
60945
  {
60929
60946
  "name": "core-schema::Sync-Components",
60930
60947
  "data": {
@@ -60941,7 +60958,7 @@
60941
60958
  },
60942
60959
  "contents": {
60943
60960
  "admin_toolkit.glb": "bafkreievymbc6guxdj4xqbql6seyubssbqn3lctv7ps5jqpiknjak7ztcu",
60944
- "composite.json": "bafkreic3q5opqfmwmhzmio4w44wnncrepcjfcnfa5pyopwtrk7cusysgrq",
60961
+ "composite.json": "bafkreif6la3qt5jts35q55avz4w6ye6mbhkej27q5nyb3ihdug2xn6xsim",
60945
60962
  "thumbnail.png": "bafkreiffmbwfkmypmhj5jemcw52cbkk5wfdorseotvlr4cynta6h647k3q"
60946
60963
  }
60947
60964
  },
@@ -63652,7 +63669,7 @@
63652
63669
  "json": {
63653
63670
  "src": "{assetPath}/collectible_dispenser.glb",
63654
63671
  "visibleMeshesCollisionMask": 0,
63655
- "invisibleMeshesCollisionMask": 0
63672
+ "invisibleMeshesCollisionMask": 2
63656
63673
  }
63657
63674
  }
63658
63675
  }
@@ -63712,7 +63729,7 @@
63712
63729
  {
63713
63730
  "name": "LandingAnimation",
63714
63731
  "type": "play_animation",
63715
- "jsonPayload": "{\"animation\":[\"Landing\"],\"loop\":false}",
63732
+ "jsonPayload": "{\"animation\":\"Landing\",\"loop\":false}",
63716
63733
  "allowedInBasicView": true
63717
63734
  },
63718
63735
  {
@@ -63733,13 +63750,15 @@
63733
63750
  "json": {
63734
63751
  "value": [
63735
63752
  {
63736
- "type": "on_tween_end",
63753
+ "type": "on_input_action",
63754
+ "conditions": [],
63737
63755
  "actions": [
63738
63756
  {
63739
63757
  "id": "{self:asset-packs::Actions}",
63740
- "name": "StopAnimation"
63758
+ "name": "Claim"
63741
63759
  }
63742
- ]
63760
+ ],
63761
+ "basicViewId": "trigger-when-clicked"
63743
63762
  }
63744
63763
  ]
63745
63764
  }
@@ -63766,6 +63785,28 @@
63766
63785
  }
63767
63786
  }
63768
63787
  },
63788
+ {
63789
+ "name": "inspector::Config",
63790
+ "data": {
63791
+ "0": {
63792
+ "json": {
63793
+ "isBasicViewEnabled": true,
63794
+ "componentName": "Collectible Dispenser",
63795
+ "fields": [
63796
+ {
63797
+ "name": "Campaign",
63798
+ "type": "asset-packs::Rewards"
63799
+ },
63800
+ {
63801
+ "name": "When Clicked",
63802
+ "type": "asset-packs::Triggers",
63803
+ "basicViewId": "trigger-when-clicked"
63804
+ }
63805
+ ]
63806
+ }
63807
+ }
63808
+ }
63809
+ },
63769
63810
  {
63770
63811
  "name": "core-schema::Sync-Components",
63771
63812
  "data": {
@@ -63783,7 +63824,7 @@
63783
63824
  },
63784
63825
  "contents": {
63785
63826
  "collectible_dispenser.glb": "bafybeihlujuly26eimkmzdzg2m6xwysq5xbpjybyplsk6a5c47nnlwokie",
63786
- "composite.json": "bafkreihtdfysvrno5ffvjljnu6svz53l4khya73d5zbodfaaief5znyxpu",
63827
+ "composite.json": "bafkreicvyb7squz4k4vbapy2drrpibesuoxu4rztkij3sj44sqi5756dni",
63787
63828
  "thumbnail.png": "bafkreiek3u4qh5y7pigoseixn6tbcut4rvonddeoamjp652wiiny3sn6ky"
63788
63829
  }
63789
63830
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/asset-packs",
3
- "version": "2.1.3-20250214043312.commit-8eb13dc",
3
+ "version": "2.1.3-20250224224258.commit-d9446ca",
4
4
  "description": "",
5
5
  "main": "dist/definitions.js",
6
6
  "typings": "dist/definitions.d.ts",
@@ -64,5 +64,5 @@
64
64
  "semi": false,
65
65
  "printWidth": 80
66
66
  },
67
- "commit": "8eb13dced1d562f46bbae5ca603f271a88b43554"
67
+ "commit": "d9446ca7c64b9f8864d3e8d532629e2fcc74ae85"
68
68
  }