Skip to content

Commit f25f8c8

Browse files
committed
Get rid of spaces as a letter option.
1 parent 187ff7d commit f25f8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nodes/ScoreScreen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { getScores, setScores, type Score } from "../storage";
66
import { playSound } from "../audio";
77
import { container } from "../util";
88
import { pulse } from "../animations";
9-
const LETTERS = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 ";
9+
const LETTERS = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
1010

1111
type State = "enter_name" | "high_scores";
1212

0 commit comments

Comments
 (0)