mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-17 07:49:05 +01:00
Merge pull request #396 from nature-of-code/notion-update-docs
[Notion] Update docs
This commit is contained in:
commit
d81d095e04
2 changed files with 2 additions and 1 deletions
|
@ -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() {
|
||||
|
|
|
@ -12,6 +12,7 @@ function setup() {
|
|||
food[i] = new Food();
|
||||
}
|
||||
timeSlider = createSlider(1, 20, 1);
|
||||
timeSlider.position(10, 220);
|
||||
}
|
||||
|
||||
function draw() {
|
||||
|
|
Loading…
Reference in a new issue