1 files changed, 1 insertions(+), 1 deletions(-)
M index.html
M index.html => index.html +1 -1
@@ 116,7 116,7 @@
row.append(tile.element);
- if (rand() < 0.003) {
+ if (rand() < 0.01) {
const type = rand() < 0.5 ? "a" : "b";
const segment = tile.segments[type];