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
|
@ -22,7 +22,7 @@ new p5(sketch => {
|
|||
colorNoiseResolution = 6;
|
||||
blurQuality = 2;
|
||||
goalInstances = 80;
|
||||
filenamePrefix = 'seigler-p5-2-gradient_jungle';
|
||||
filenamePrefix = 'seigler-p5-2-gradient_jungle-';
|
||||
|
||||
window.onhashchange = () => {
|
||||
seed = window.location.hash.substr(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue