Skip to content

Commit

Permalink
bump maxSketches back up to 50
Browse files Browse the repository at this point in the history
because I solved the framerate problem, and this wasn't the cause
  • Loading branch information
benswift committed Dec 10, 2024
1 parent 786ad5b commit bddf85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/sketch_canvas_hook.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const SketchCanvasHook = {
mounted() {
// Configure sketches
this.sketches = [];
this.maxSketches = 10;
this.maxSketches = 50;
this.sketchHPad = 100;
this.noise = new FastNoiseLite();
this.noise.SetNoiseType(FastNoiseLite.NoiseType.Perlin);
Expand Down

0 comments on commit bddf85c

Please sign in to comment.