diff --git a/sketch.js b/sketch.js index 87fe4c2..1dcd51e 100644 --- a/sketch.js +++ b/sketch.js @@ -140,8 +140,8 @@ class Text3D { this.fromColor = fromColor; this.toColor = toColor; this.textString = textString; - this.depth = 150; // Number of layers for 3D effect - this.depthSpacing = 0.15; // Depth spacing between layers + this.depth = 30; // Number of layers for 3D effect + this.depthSpacing = 0.60; // Depth spacing between layers this.rotationY = 0; }