Skip to content

Commit

Permalink
Merge pull request #396 from nature-of-code/notion-update-docs
Browse files Browse the repository at this point in the history
[Notion] Update docs
  • Loading branch information
shiffman committed Aug 23, 2023
2 parents de328dd + 348bcb0 commit d81d095
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 d81d095

Please sign in to comment.