From 348bcb0829c677e9cc3a848a7b713a0036955e38 Mon Sep 17 00:00:00 2001 From: shiffman Date: Wed, 23 Aug 2023 13:26:06 +0000 Subject: [PATCH] Notion - Update docs --- content/examples/10_nn/neuro_evolution_steering_seek/sketch.js | 2 +- content/examples/10_nn/neuroevolution_ecosystem/sketch.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/content/examples/10_nn/neuro_evolution_steering_seek/sketch.js b/content/examples/10_nn/neuro_evolution_steering_seek/sketch.js index 30531936..1da9e2d2 100644 --- a/content/examples/10_nn/neuro_evolution_steering_seek/sketch.js +++ b/content/examples/10_nn/neuro_evolution_steering_seek/sketch.js @@ -13,7 +13,7 @@ function setup() { } glow = new Glow(); timeSlider = createSlider(1, 20, 1); - timeSlider.position(10, height - 20); + timeSlider.position(10, 220); } function draw() { diff --git a/content/examples/10_nn/neuroevolution_ecosystem/sketch.js b/content/examples/10_nn/neuroevolution_ecosystem/sketch.js index 9c3a4f69..f2150384 100644 --- a/content/examples/10_nn/neuroevolution_ecosystem/sketch.js +++ b/content/examples/10_nn/neuroevolution_ecosystem/sketch.js @@ -12,6 +12,7 @@ function setup() { food[i] = new Food(); } timeSlider = createSlider(1, 20, 1); + timeSlider.position(10, 220); } function draw() {