Skip to content

Commit f3fbb9c

Browse files
Copilotjbampton
andauthored
chore: plan d-key toggle fix
Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/bc6011cc-b6dd-4d83-8400-f901f06940fd Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com>
1 parent 8c2b331 commit f3fbb9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/assets/js/games/code-breaker.js

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

1616
const CodeBreaker = (function () {
1717
const GAME_ID = "code-breaker";
18-
const TILE_SPEED_BASE = 80;
18+
const TILE_SPEED_BASE = 180;
1919
const TILE_SPEED_INC = 8; // extra px/s per collected tile
2020
const LIVES = 3;
2121
const TILE_FONT_SIZE = "16px";

0 commit comments

Comments
 (0)