@dcl/protocol 1.0.0-3482040729.commit-4f0f6b5 → 1.0.0-3490809059.commit-e420af7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/protocol",
3
- "version": "1.0.0-3482040729.commit-4f0f6b5",
3
+ "version": "1.0.0-3490809059.commit-e420af7",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -25,5 +25,5 @@
25
25
  "out-ts",
26
26
  "public"
27
27
  ],
28
- "commit": "4f0f6b5847d92dd94211fee9f253e1816b7f7f64"
28
+ "commit": "e420af7804c4581a0ae0a374258eac78af762f0c"
29
29
  }
@@ -10,7 +10,7 @@ option (common.ecs_component_id) = 1052;
10
10
 
11
11
  message PBUiText {
12
12
  string value = 1;
13
- optional decentraland.common.Color3 color = 2; // default=(1.0,1.0,1.0)
13
+ optional decentraland.common.Color4 color = 2; // default=(1.0,1.0,1.0,1.0)
14
14
  optional common.TextAlignMode text_align = 3; // default='center'
15
15
  optional common.Font font = 4; // default=0
16
16
  optional int32 font_size = 5; // default=10