mirror of
https://github.com/seigler/generative
synced 2025-07-28 15:36: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
|
@ -27,7 +27,7 @@ new p5(sketch => {
|
|||
}
|
||||
|
||||
sketch.setup = () => {
|
||||
filenamePrefix = 'seigler-p5-3-lenses';
|
||||
filenamePrefix = 'seigler-p5-4-lenses-';
|
||||
overdraw = 0.1;
|
||||
width = Math.floor(sketch.windowWidth * (1 + overdraw));
|
||||
height = Math.floor(sketch.windowHeight * (1 + overdraw));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue