@dcl/protocol 1.0.0-3108096922.commit-054e396 → 1.0.0-3128508861.commit-c848bce

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.
@@ -6,14 +6,33 @@ option (ecs_component_id) = 1040;
6
6
  import "common/Color3.proto";
7
7
 
8
8
  message PBNFTShape {
9
- // @deprecated use MeshCollider instead https://github.com/decentraland/sdk/issues/366
10
- optional bool with_collisions = 1; // default=true
11
- // @deprecated use MeshCollider instead https://github.com/decentraland/sdk/issues/366
12
- optional bool is_pointer_blocker = 2; // default=true
13
- // @deprecated use HiddenComponent instead https://github.com/decentraland/sdk/issues/353
14
- optional bool visible = 3; // default=true
15
- string src = 4;
16
- optional string asset_id = 5;
17
- optional int32 style = 6;
18
- optional Color3 color = 7;
9
+ enum PictureFrameStyle {
10
+ Classic = 0;
11
+ Baroque_Ornament = 1;
12
+ Diamond_Ornament = 2;
13
+ Minimal_Wide = 3;
14
+ Minimal_Grey = 4;
15
+ Blocky = 5;
16
+ Gold_Edges = 6;
17
+ Gold_Carved = 7;
18
+ Gold_Wide = 8;
19
+ Gold_Rounded = 9;
20
+ Metal_Medium = 10;
21
+ Metal_Wide = 11;
22
+ Metal_Slim = 12;
23
+ Metal_Rounded = 13;
24
+ Pins = 14;
25
+ Minimal_Black = 15;
26
+ Minimal_White = 16;
27
+ Tape = 17;
28
+ Wood_Slim = 18;
29
+ Wood_Wide = 19;
30
+ Wood_Twigs = 20;
31
+ Canvas = 21;
32
+ None = 22;
33
+ }
34
+
35
+ string src = 1;
36
+ optional PictureFrameStyle style = 2; // default = PictureFrameStyle.Classic
37
+ optional Color3 color = 3; // default = Color3(0.6404918, 0.611472, 0.8584906)
19
38
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/protocol",
3
- "version": "1.0.0-3108096922.commit-054e396",
3
+ "version": "1.0.0-3128508861.commit-c848bce",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -18,5 +18,5 @@
18
18
  "ecs",
19
19
  "bff"
20
20
  ],
21
- "commit": "054e396bba1560cdcd26e0a8e1dea03c5f045749"
21
+ "commit": "c848bcee623cb1b5b6899749d387e0e43106d188"
22
22
  }