repo: janusweb
action: commit
revision: 
path_from: 
revision_from: dc42ec8d36f3f46043440efd4fd798e1c50464ac:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit dc42ec8d36f3f46043440efd4fd798e1c50464ac
Author: James Baicoianu 
Date:   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
index e05eb0958462d20888342a17c70095b1993654d3..
index ..55edb9a2f131e585df301a129dd4a33f7ef6e250 100644
--- 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-----