repo: janusweb action: commit revision: path_from: revision_from: dc42ec8d36f3f46043440efd4fd798e1c50464ac: path_to: revision_to:
commit dc42ec8d36f3f46043440efd4fd798e1c50464ac Author: James BaicoianuDate: Sun Apr 24 00:10:25 2022 -0700 Expose thickness and segments attributes to scripts diff --git a/scripts/text.js b/scripts/text.js
--- a/scripts/text.js
+++ b/scripts/text.js
@@ -219,6 +219,8 @@ elation.require(['engine.things.label'], function() {
this._proxyobject._proxydefs = {
text: [ 'property', 'text'],
+ thickness: [ 'property', 'thickness'],
+ segments: [ 'property', 'segments'],
col: [ 'property', 'color'],
emissive: [ 'property', 'emissive'],
bevel: [ 'property', 'bevel'],
-----END OF PAGE-----