From fecbae826c29f707a0a11011622d974c23f39fdc Mon Sep 17 00:00:00 2001 From: barrulus Date: Sun, 24 Aug 2025 14:56:51 +0100 Subject: [PATCH] Added 100k to 1M cells in options.js and index.html --- index.html | 6 +++--- modules/ui/options.js | 9 ++++++++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index e16d5d0f..2920c16e 100644 --- a/index.html +++ b/index.html @@ -1564,7 +1564,7 @@ data-stored="points" type="range" min="1" - max="13" + max="20" value="4" data-cells="10000" /> @@ -5807,7 +5807,7 @@
Points number
- + 10K
@@ -5838,7 +5838,7 @@ >
Points number
- + 10K
diff --git a/modules/ui/options.js b/modules/ui/options.js index 537a6a4e..9a6f4158 100644 --- a/modules/ui/options.js +++ b/modules/ui/options.js @@ -327,7 +327,14 @@ const cellsDensityMap = { 10: 70000, 11: 80000, 12: 90000, - 13: 100000 + 13: 100000, + 14: 150000, + 15: 200000, + 16: 300000, + 17: 400000, + 18: 500000, + 19: 750000, + 20: 1000000 }; function changeCellsDensity(value) {