mirror of
https://github.com/seigler/generative
synced 2025-07-27 07:06:08 +00:00
🐛 Fix save-as filenames
This commit is contained in:
parent
d3cbff29fc
commit
1f945dab9d
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ new p5(sketch => {
|
|||
}
|
||||
|
||||
sketch.setup = () => {
|
||||
filenamePrefix = 'seigler-p5-3-peanut_butter_and_jelly';
|
||||
filenamePrefix = 'seigler-p5-3-peanut_butter_and_jelly-';
|
||||
width = sketch.windowWidth;
|
||||
height = sketch.windowHeight;
|
||||
noiseResolution = [2, 2, 2, 2];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue