@dcl/protocol 1.0.0-3108096922.commit-054e396 → 1.0.0-3146779852.commit-e3c1df0
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
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
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-
|
|
3
|
+
"version": "1.0.0-3146779852.commit-e3c1df0",
|
|
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": "
|
|
21
|
+
"commit": "e3c1df0e8ad4a8b0960562f085127b87917b5f39"
|
|
22
22
|
}
|