🐛 Fix save-as filenames

This commit is contained in:
Joshua Seigler 2019-11-11 09:35:07 -05:00
parent d3cbff29fc
commit 1f945dab9d
3 changed files with 3 additions and 3 deletions

View file

@ -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];