summaryrefslogtreecommitdiff
path: root/bundle.js
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2025-07-05 18:05:17 +0200
committerjulian laplace <julescarbon@gmail.com>2025-07-05 18:05:17 +0200
commitc0f04ce84a66955f6363c5a7fe565359079c6457 (patch)
treec8e9d743fc60681d4712ae784bbcfd0f2c80d39b /bundle.js
parent200c1a4f0ebd3188faebaea8e7278fc5105227cf (diff)
laod sample
Diffstat (limited to 'bundle.js')
-rw-r--r--bundle.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/bundle.js b/bundle.js
index 9b94c3b..0e13fea 100644
--- a/bundle.js
+++ b/bundle.js
@@ -23297,8 +23297,10 @@ function toggle(freq) {
function add(i, j) {
var a = i + 1 + base_x;
var b = j + 1 + base_y;
- // const a = i + 1;
- // const b = i + j + 2;
+ // const a = i + 1 + base_x;
+ // const b = i + j + 2 + base_y;
+ // const a = i + j + 1 + base_x;
+ // const b = j + 1 + base_y;
// const a = PRIMES[i];
// const b = PRIMES[i + j + 1];
var div = document.createElement("div");
@@ -23474,6 +23476,7 @@ function keydown(e) {
window.addEventListener("keydown", keydown, true);
_keys2.default.listen(function (index) {
+ index += 7;
var x = index % 7;
var y = Math.floor(index / 7);
var a = x;