From c2f4bc625a47dfc67ee58c78e179f789e25e8498 Mon Sep 17 00:00:00 2001 From: FiniteLooper Date: Thu, 3 Aug 2023 15:47:15 -0400 Subject: [PATCH] Adding a bunch of presets --- README.md | 2 +- src/index.html | 8 + src/presets.js | 752 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 761 insertions(+), 1 deletion(-) create mode 100644 src/presets.js diff --git a/README.md b/README.md index adfbcff..979b492 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ https://finitelooper.github.io/noise-maker/ TODO: -- Add "handles" for modifying X/Y light positions +- Add "handles" in the UI for modifying X/Y light positions diff --git a/src/index.html b/src/index.html index fb90086..441c155 100644 --- a/src/index.html +++ b/src/index.html @@ -27,6 +27,13 @@