Updated text property to "value" to align with the client

This commit is contained in:
Manuel Martin 2022-02-08 14:08:32 +01:00
Родитель 43ec117172
Коммит 3352c337ca
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -165,7 +165,7 @@ export default class TroikaTextNode extends EditorNodeMixin(Object3D) {
const clipRect = !clipRectMinMax.every(value => value == 0) ? clipRectMinMax : null; const clipRect = !clipRectMinMax.every(value => value == 0) ? clipRectMinMax : null;
this.addGLTFComponent("text", { this.addGLTFComponent("text", {
text: this.text, value: this.text,
anchorX: this.anchorX, anchorX: this.anchorX,
anchorY: this.anchorY, anchorY: this.anchorY,
color: this.color, color: this.color,