Merge pull request #396 from nature-of-code/notion-update-docs

[Notion] Update docs
This commit is contained in:
Daniel Shiffman 2023-08-23 12:07:11 -04:00 committed by GitHub
commit d81d095e04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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() {

View file

@ -12,6 +12,7 @@ function setup() {
food[i] = new Food();
}
timeSlider = createSlider(1, 20, 1);
timeSlider.position(10, 220);
}
function draw() {