We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6877ce + ee37a30 commit c43311fCopy full SHA for c43311f
1 file changed
ascii-bg.js
@@ -260,7 +260,7 @@
260
261
// ── Toggle button ────────────────────────────────────────────────────────────
262
263
- const TOGGLE_LABELS = { radiation: '[ life ]', gol: '[ death ]' };
+ const TOGGLE_LABELS = { radiation: '[ death ]', gol: '[ life ]' };
264
// ASCII-only pool for button glitch — avoids double-width CJK glyphs shifting layout
265
const BTN_CHARS = '0123456789ABCDEFabcdef+x=[]{}|/<>?!#$%';
266
function rbchar() { return BTN_CHARS[Math.random() * BTN_CHARS.length | 0]; }
0 commit comments