Skip to content

Commit

Permalink
✨ added japanese chars to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
parchinski committed Oct 31, 2024
1 parent 646448a commit d0a627b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/ui/hacker-bg.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const HackerBackground: React.FC<HackerBackgroundProps> = ({
let drops: number[] = new Array(columns).fill(1);

const chars =
'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789@#$%^&*()_+';
'アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワヲン0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz@#$%^&*()';

let lastTime = 0;
const interval = 33; // ~30 fps
Expand Down

0 comments on commit d0a627b

Please sign in to comment.