Skip to content

Commit c43311f

Browse files
authored
Merge pull request #3 from vrrdnt/claude/revert-background-style-cYsNt
2 parents e6877ce + ee37a30 commit c43311f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ascii-bg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260

261261
// ── Toggle button ────────────────────────────────────────────────────────────
262262

263-
const TOGGLE_LABELS = { radiation: '[ life ]', gol: '[ death ]' };
263+
const TOGGLE_LABELS = { radiation: '[ death ]', gol: '[ life ]' };
264264
// ASCII-only pool for button glitch — avoids double-width CJK glyphs shifting layout
265265
const BTN_CHARS = '0123456789ABCDEFabcdef+x=[]{}|/<>?!#$%';
266266
function rbchar() { return BTN_CHARS[Math.random() * BTN_CHARS.length | 0]; }

0 commit comments

Comments
 (0)