@dcl/protocol 1.0.0-2891196094.commit-6b15eaa → 1.0.0-2907820380.commit-4e0eac3

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.
@@ -0,0 +1,11 @@
1
+ syntax = "proto3";
2
+
3
+ import "common/id.proto";
4
+ option (ecs_component_id) = 1052;
5
+
6
+ import "common/Color3.proto";
7
+
8
+ message PBUiText {
9
+ string text = 1;
10
+ Color3 text_color = 2;
11
+ }
@@ -79,6 +79,8 @@ enum YGEdge {
79
79
  }
80
80
 
81
81
  message PBUiTransform {
82
+ int64 parent = 79;
83
+
82
84
  YGPositionType position_type = 1;
83
85
 
84
86
  YGAlign align_content = 2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/protocol",
3
- "version": "1.0.0-2891196094.commit-6b15eaa",
3
+ "version": "1.0.0-2907820380.commit-4e0eac3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -17,5 +17,5 @@
17
17
  "renderer-protocol",
18
18
  "ecs"
19
19
  ],
20
- "commit": "6b15eaaec5f6e5a601f065aeed2831fcd59902f0"
20
+ "commit": "4e0eac37382ffe8129bce96789ca33075e0b743e"
21
21
  }