Skip to content

Commit

Permalink
Notion - Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shiffman committed Aug 23, 2023
1 parent de328dd commit 348bcb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
1 change: 1 addition & 0 deletions content/examples/10_nn/neuroevolution_ecosystem/sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function setup() {
food[i] = new Food();
}
timeSlider = createSlider(1, 20, 1);
timeSlider.position(10, 220);
}

function draw() {
Expand Down

0 comments on commit 348bcb0

Please sign in to comment.