🐛 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

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